<form method=post enctype="multipart/form-data">
Refresh: 5 Content-type: text/html or Refresh: 5; URL=http:/somewhere/else Content-type: text/html or Refresh: 2; URL="current.pl?parm1=val1&parm2=val2" Content-type: text/html
<head> <meta http-equiv="refresh" content="5"> <head> <meta http-equiv="refresh" content="5; URL=http://somewhere/else"> <head> <meta http-equiv="refresh" content="2; URL=current.pl?parm1=val1&parm2=val2">
Status: 200 OK Server: Apache/1.2.5, Any text Content-type: multipart/x-mixed-replace; boundary=-------anything-at-all
-------anything-at-all Content-type: text/html (rest of page)
$|=1;
Set-cookie: color=red Content-type: text/html
Set-cookie: color=red; expires=Friday, 03-April-98 13:34:20 GMT Content-type: text/html
Set-cookie: color=red; path=/scripts Content-type: text/html
Set-cookie: color=red; path=/scripts/foobar.pl Content-type: text/html
Set-cookie: color=red; domain=www.fiu.edu Content-type: text/html
Set-cookie: color=red; domain=.fiu.edu Content-type: text/html
#current time in the format that Set-cookie wants $now = time_gmt(); #30 seconds in the future in the format that Set-cookie wants $future = time_gmt(30);
use lib '/home/scsfac/downey/scripts'; use CGILib; %cookies = get_cookie();