Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Need help from the esteemed monks on scoping/hashes

by garbage777 (Acolyte)
on Jun 05, 2006 at 16:49 UTC ( [id://553645]=perlquestion: print w/replies, xml ) Need Help??

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";
               }
           }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://553645]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-20 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found