Help for this page

Select Code to Download


  1. or download this
        use HTTP::Response;
        use IO::File;
    ...
        
        print $response->decoded_content;
    
  2. or download this
            my @ranges;
            if($ENV{HTTP_RANGE} =~ s/^bytes=//i) {
    ...
                close(FILE);
            }