Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
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 making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 12:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found