|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re^3: importing functions with "PerlModule" Apache directiveby Anonymous Monk |
| on May 09, 2012 at 12:56 UTC ( #969612=note: print w/ replies, xml ) | Need Help?? |
|
and avoided to import CGI in my test script, but I can still call Vars() function directly, which from CGI documentation should not be visible: What's going on? You're imagining things :) Even if you used use CGI qw(-compile -utf8 Vars ); there is no way Vars would be available to your script , unless you're using something ( its not ModPerl::Registry ) to make it available
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||