in reply to Re^2: CHECKING IF HEADER DEFINED
in thread CHECKING IF HEADER DEFINED
Nope, CGI::Application is a way of modularizing your code by splitting it up into screens (one sub per screen/action).
Not having to write a giant if/elsif/elsif/else to separate your screens is a huge timesaver.
Very pointy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CHECKING IF HEADER DEFINED
by DrHyde (Prior) on Aug 04, 2010 at 16:18 UTC | |
by trwww (Priest) on Aug 06, 2010 at 07:26 UTC |