Hi,

In a sentence: is there a way to access an object which is mostly "equivalent" to a CGI object?

I have a module that needs a CGI instance. Right now I do
<%
...
use CGI;
my $q = CGI->new;
my $mymodule = MYMODULE->new($q);
...
%>

which works, but I do not want to create a CGI instance if there is one already.

Thank you for your suggestions,
- Csongor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to