Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

CGI::Application with 'main' runmodes and 'sub' runmodes

by wfsp (Abbot)
on Apr 28, 2007 at 12:08 UTC ( [id://612534]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package App::Main;
    
    ...
    }
    
    1;
    
  2. or download this
    package App::One;
    
    ...
    }
    
    1;
    
  3. or download this
    #!C:/Perl/bin/perl.exe
    
    ...
    use App::Main;
    my $top = App::Main->new;
    $top->run;
    
  4. or download this
    index.cgi/one/one_a
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://612534]
Approved by jettero
Front-paged by derby
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found