in reply to RE: RE: cookie using cgi.pm
in thread cookie using cgi.pm

they both worked fine for me?!? I tested them before posting them, and don't see a problem with them... ?!? Just for a cut and paste example,
#!/usr/bin/perl -w use strict; use CGI qw/:standard/; print header( -type => 'text/plain', -cookie => cookie( -name=>'ident', -value=>'eatit200') ); print <<END_BLOCK; Eat it 200 my friend! Your cookie is now set! END_BLOCK 1;

Replies are listed 'Best First'.
RE: RE: RE: RE: cookie using cgi.pm
by csorensen (Beadle) on Jul 01, 2000 at 02:49 UTC
    I just did a cut and paste ... I get a cgiwrap error every time ..