- or download this
*NAME_MAP
...
*D_NET *3 16
*D_NET *5 8
*D_NET *9 3
- or download this
#!/usr/bin/perl
...
}
}
- or download this
Use of uninitialized value in concatenation (.) or string at ./mapping
+.pl line 39, <IHF> line 23
- or download this
if (/D_NET/) {
my @anet = split;
...
print "$mapping{$n}\n";
}
}