|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re: xNNby damian1301 (Curate) |
| on Jul 06, 2001 at 01:04 UTC ( [id://94358]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Just a minor nitpick. Instead of my%i = map {$_ => param($_)} param; you could use the CGI.pm prepared function Vars my %i = Vars; Of course this would require some changing of your call to CGI.pm: use CGI qw/param Vars header url/; Credit of this reply goes to all those folks at node_id #94303
In Section
Code Catacombs
|
|
||||||||||||||||||||||||