- or download this
#!/usr/bin/perl -w
use strict;
...
print "<br>\n"; # $q->br;
print $cookie2;
print "<br>\n"; # $q->br;
- or download this
Content-Type: text/html
CUSTOMER1=WILE%20E.%20COYOTE; path=/<br>
CUSTOMER2=BEEP%20BEEP; path=/<br>
- or download this
CUSTOMER1=WILE%20E.%20COYOTE; path=/
CUSTOMER2=BEEP%20BEEP; path=/
- or download this
print $q->header(-cookie => [$cookie, $cookie2]);
print "Hello there!<br>\n";
- or download this
#!/usr/bin/perl
...
EOF
exit(0);