Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

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

by Herkum (Parson)
on Apr 28, 2007 at 14:25 UTC ( [id://612553]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!C:/Perl/bin/perl.exe
    
    ...
    
    use Sample::Launcher;
    Sample::Launcher->new->run;
    
  2. or download this
    package Sample::Main;
    
    ...
       return $tmpl->output;
    }
    1;
    
  3. or download this
    package Sample::Launcher;
    
    ...
    
      return '/Sample/Launcher/';
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-28 17:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found