Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Structure of Perl CGI code

by one4k4 (Hermit)
on Oct 30, 2001 at 23:52 UTC ( [id://122182]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %mode_hash = (order => \&mode_order, confirm =>\&mode_confirm);
    
    my $mode = param('mode') || "order"; #default mode
    
    &{$mode_hash{$mode}}; # executes the mode subroutine
    

Log In?
Username:
Password:

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

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

    No recent polls found