- Timestamp:
- 01/03/13 14:54:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r442 r443 1153 1153 for (@ipparts) { 1154 1154 push @iphex, sprintf("%x", $_); 1155 push @ippad, sprintf("% u.3", $_);1155 push @ippad, sprintf("%0.3u", $_); 1156 1156 } 1157 1157 … … 1186 1186 $$tmpl =~ s/\%([1234])d/$ipparts[$1-1]/g; 1187 1187 $$tmpl =~ s/\%([1234])h/$iphex[$1-1]/g; 1188 $$tmpl =~ s/\%([1234]) h/$ippad[$1-1]/g;1188 $$tmpl =~ s/\%([1234])0/$ippad[$1-1]/g; 1189 1189 } # _template4_expand() 1190 1190
Note:
See TracChangeset
for help on using the changeset viewer.