> > If you want to loop over all the form fields, you'd
> > do:
> >
> >   for $field (param()) {
> >     print "$field => ", param($field), "<br>\n";
> >   }
> >
> 
> How can the param's be placed into a new hash?

my %hash = param();

since param() detects whether it's in list/array/hash
context and does the Right Thing.

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to