Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

CGI::AppEasy - a quick way to give your perl program a web-based user interface

by jdporter (Paladin)
on Apr 13, 2010 at 18:42 UTC ( [id://834554]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        '/update' => \&Update,
    
  2. or download this
    sub Update
    {
    ...
        ....
        return qq(<h1>update successful</h1>) # or whatever
    }
    
  3. or download this
        $appeasy->response->code( 404 ); # or whatever
    
  4. or download this
        '/help' => \$help_text,
    
  5. or download this
        '/' => \$default_page,
    
  6. or download this
    
    =pod
    ...
    __PACKAGE__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-26 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found