in reply to Saving and storing form params with cgi.pm

I ran your code on Active Perl 5.6 and it worked fine. Have you tried it with the intervening stuff taken out? Also the man page says to pass the filehandle directly rather than by glob reference:
$query->save(FILEHANDLE)
But it worked both ways when I tried it.

-- iakobski

Replies are listed 'Best First'.
Re: Re: Saving and storing form params with cgi.pm
by perigeeV (Hermit) on May 25, 2001 at 13:09 UTC
    Ditto here on Linux 2.2, Perl 5.005_03, and Active State 5.6. Works fine.