in reply to Quick 'n very dirty flash-variables updatescript
Setting up your %formdata hash would have been as simple as:
use CGI qw(param); for (param()) { $formdata{$_} = param($_); }
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Quick 'n very dirty flash-variables updatescript
by Coruscate (Sexton) on Apr 09, 2003 at 21:55 UTC | |
by merlyn (Sage) on Apr 09, 2003 at 23:04 UTC | |
by teabag (Pilgrim) on Apr 10, 2003 at 15:18 UTC |