|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: What namespace is CGI:ReadParse() using?by clintp (Curate) |
| on Jul 01, 2002 at 02:16 UTC ( #178450=note: print w/ replies, xml ) | Need Help?? |
|
Use the fully qualified name of the variable (%main::in) or declare the variable with our %in in your program. (Presumably it's using %main::in. Adjust accordingly otherwise.)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||