Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Calling a hash through an array value

by c (Hermit)
on Jan 08, 2003 at 21:11 UTC ( [id://225354]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $i(@asnValues) {
      my @asnParams = split(/ /,$i);
      my $asnHash = "asn$asnParams[0]";
    }
    
  2. or download this
      $$asnHash{risk} = $queueNsp[2];
    
  3. or download this
     
      my $asn = "asn$asnParams[0]";
      my $asnHash = \%{$asn};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-29 05:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found