#! c:/perl/bin/perl # print "Content-Type:text/html\n\n"; $zero = 0; $end = 65535; $offset = 4000; if ($ENV{"REQUEST_METHOD"} eq "POST"){ read(STDIN,$data,$ENV{"CONTENT_LENGTH"}); } else { $data = $ENV{"QUERY_STRING"}; } @tmparry=split(/&/,$data); foreach $string (@tmparry){ ($key,$value)=split(/=/,$string); $value =~ tr/+/ /; $all{"$key"}=$value; } if ($all{from} eq 'all'){ $from = $zero; $to = $end; } else { $from = $all{from}; $to = $from + $offset; } print "
\n"; &showlist; print "