Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: dispatch table of functions and arguments

by bronto (Priest)
on Sep 03, 2002 at 13:43 UTC ( [id://194764]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %param = ( firstClick => 12345, secondClick => 21345) ;
    
  2. or download this
    %param = ( 'value' => 911 ) ; # call for help on "Exposure"
    
  3. or download this
    my @res = $function_etc_etc{$a_function}->(%params) ;
    

Log In?
Username:
Password:

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

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

    No recent polls found