<form method=post enctype="multipart/form-data">
This will send the name/value pairs of the form in a different format, and will send the contents of the file. With this format, the browser is sending the data to the server in a different format, and changes the enctype field to let the server know.
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
#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);
require '/home/scsfac/downey/scripts/parse-lib.pl' %cookies = &get_cookie;