Help for this page

Select Code to Download


  1. or download this
    if(system('gzip', '-d', $file) == 0) {
      # it was a gzipped file
    } elsif(system('bzip2', '-d', $file) == 0) {
      # it was a bzipped file
    } ...