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

Re: Organising big CGI::Application codebases

by themage (Friar)
on Sep 05, 2008 at 10:13 UTC ( [id://709227]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use App::Class;
    
    App::Class->new()->run();
    
  2. or download this
    use Config::myTiny;
    sub readconfig {
    ...
    
      $self->{config}=$conf;
    }
    
  3. or download this
    sub run {
      my $self=shift;
    ...
      }
    # ...
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found