Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

One line CGI::Application instance script

by Arunbear (Prior)
on Apr 21, 2004 at 09:15 UTC ( [id://346942]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use My::App;
    my $app = My::App->new;
    $app->run;
    
  2. or download this
    sub import { __PACKAGE__->new->run }
    
  3. or download this
    use My::App; # yes that's it!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-26 02:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found