Help for this page

Select Code to Download


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