Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Dynamic Hash value

by LanX (Saint)
on Apr 21, 2010 at 08:42 UTC ( [id://835994]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $\="\n";$,="\t";
    {
    ...
    $SAS::last=2;
     
    print &SAS::_1, &SAS::_2 , &SAS::_3;
    
  2. or download this
     
    package SAS2;
    ...
    $last=5;
      
    print SAS2::_1(), SAS2::_2(), SAS2::_3();
    
  3. or download this
    print map {$_->()} grep {/::_/} values %SAS::;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-24 06:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found