Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Accessing CGI objects from within a 'require'-ed file?

by ruzam (Curate)
on Jun 21, 2006 at 22:12 UTC ( #556786=note: print w/replies, xml ) Need Help??


in reply to Accessing CGI objects from within a 'require'-ed file?

Just for yucks, what happens if you replace outputPost with:
sub outputPOST { my $cgi = $main::GLOBAL{'query'}; print $cgi->Vars; }
'use warnings' will probably shed more light on the problem if you aren't already.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2023-12-04 02:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (20 votes). Check out past polls.

    Notices?