- or download this
#/usr/bin/perl
...
html content here
</html>
END
- or download this
use CGI qw/:standard/;
use CGI::Cookie;
...
size => 12 }
);
print header(-cookie=>[$cookie1,$cookie2]);
- or download this
my $c = new CGI::Cookie(-name=>'Something');
$c->bake;