![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^5: CGI Post queryby gellyfish (Monsignor) |
on Jul 06, 2006 at 08:51 UTC ( #559516=note: print w/replies, xml ) | Need Help?? |
If you are passing the values of the parameters around in your program you might want to consider using the OO interface to CGI and pass the CGI object around instead and use $cgi->param() in the subroutines. This has the side benefit that if you find that you require more parameters in a subroutine you won't need to change the arguments. /J\
In Section
Seekers of Perl Wisdom
|
|