Help for this page

Select Code to Download


  1. or download this
    my $gzipped_csv_file = $mech->content;
    
  2. or download this
    my $gzipped_csv_file = $mech->content;
    
    ...
    # store uncompressed file in $gunzipped here
    
    my @file = split "\n", $gunzipped;