Help for this page

Select Code to Download


  1. or download this
    ...
    
    ...
       ($? & 0x7F) and die("gunzip died from signal ", ($? & 0x7F), "\n");
       ($? >> 8)   and die("gunzip exited with error ", ($? >> 8), "\n");
    }
    
  2. or download this
    gzip: notexists.gz: No such file or directory
    gunzip exited with error 1