the cgi program is written using CGI.pm, but i don't know how the access the http header fields,such as "Range:".
if the CGI.pm doesn't support this,how i get this message in my program?
anybody can help me? thanks in advance.
the http header is like the following:
Wed Apr 11 15:33:03 2007 GET /cgi-bin/upgrade.cgi?a=2 HTTP/1.1
Wed Apr 11 15:33:03 2007 Host: 10.200.11.58
Wed Apr 11 15:33:03 2007 Accept: */*
Wed Apr 11 15:33:03 2007 Referer: [10.200.11.58...]
Wed Apr 11 15:33:03 2007 User-Agent: Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)
Wed Apr 11 15:33:03 2007 Range: bytes=26214400-
Wed Apr 11 15:33:03 2007 Pragma: no-cache
Wed Apr 11 15:33:03 2007 Cache-Control: no-cache
Wed Apr 11 15:33:03 2007 Connection: close