in reply to Re: CGI::Application Error
in thread CGI::Application Error

This is not the case - The CGI::Application module is designed to act as a base for further module building. See the base library command and the method by which it allows modules to call upon methods and functions of the class it inherits.

Update - Oops, didn't see the module definition there ... Will update my other reply accordingly - I think czarfred may need to have a closer look at the CGI::Application documentation or my review on this one.

 

Ooohhh, Rob no beer function well without!

Replies are listed 'Best First'.
Re: Re: Re: CGI::Application Error
by data64 (Chaplain) on Nov 18, 2001 at 10:21 UTC
    yes, but the "new" in CGI::Application never gets called with the current code.