P is for Practical | |
PerlMonks |
Re: Manually add parameters in perl cgi ( no ReadParse no CGI->Varsby Anonymous Monk |
on Sep 05, 2014 at 20:07 UTC ( [id://1099727]=note: print w/replies, xml ) | Need Help?? |
I've done stuff with param() and URI, but none of them work. Any advice? Can you show that "stuff"? Also, "new CGI" does not mix with ReadParse , and ReadParse is just another word for CGI->new->Vars, and CGI->new->Vars is broken by design use CGI->param instead of CGI->Vars , CGI->Vars has caveats , its broken by design You know what \0 is? Its null character ...
Also there should be no code outside of subs, pass arguments and write more subs like sub DebugCGI in UTF-8
In Section
Seekers of Perl Wisdom
|
|