Help for this page

Select Code to Download


  1. or download this
    sub readZip {
       local $_;
       open local *FH, '/dev/null';
       while (<FH>) { print "Got something!\n"; }
    }