Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    }
    
    __END__
    
  2. or download this
    monks>zip.pl
    Unquoted string "zip" may clash with future reserved word at \monks\zi
    +p.pl line 6.
    say() on unopened filehandle zip at monks\zip.pl line 6.
    
  3. or download this
    say() on unopened filehandle zip at monks\zip.pl line 6 (#1)
        (W unopened) An I/O operation was attempted on a filehandle that w
    +as
        never initialized.  You need to do an open(), a sysopen(), or a so
    +cket()
        call, or call a constructor from the FileHandle package.