in reply to Re: Multiple Pages with CGI
in thread Multiple Pages with CGI

When handcoding, yes. But when using a framework like CGI::Application, all pages do indeed tend to go through a single master script.

Replies are listed 'Best First'.
Re^3: Multiple Pages with CGI
by arc_of_descent (Hermit) on Mar 25, 2007 at 11:46 UTC

    Through a single instance script, yes. But using some inheritance and dispatch tricks, each run mode (page) can be delegated to a separate Perl module.


    --
    Rohan