Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: using variables in late contexts?

by robartes (Priest)
on Nov 26, 2002 at 22:37 UTC ( [id://215955]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %cmd_table{$test}
    
  2. or download this
    $cmd_table{$test}
    
  3. or download this
    foreach $test (keys %cmd_hash) {
      # do your thing
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-18 22:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found