-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

At 1:07 AM +1000 4/7/01, Cees Hek wrote:
>       $r->param('newlist' => [qw(one two three)]);
>
>       my @newlist = $r->param('newlist');

        my @newlist = @{$r->param('newlist')};


What you stored was not an array, but a reference to an array.
- -- 

Kee Hinckley - Somewhere.Com, LLC - Cyberspace Architects
Now Playing - Folk, Rock, odd stuff - http://www.somewhere.com/playlist.cgi
Now Writing - Technosocial buzz - http://commons.somewhere.com/buzz/

I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOs3IhyZsPfdw+r2CEQKJdgCggzcUkVZyshv0FlIon8adiDRqOIwAnRWv
EDOxp/nQOjVxPJRyhd/BydE3
=Eyiy
-----END PGP SIGNATURE-----

Reply via email to