Help for this page

Select Code to Download


  1. or download this
    $ cat foo.pl 
    #!/usr/bin/perl -w
    ...
    
    print <IN>;
    close IN;
    
  2. or download this
    $ ./foo.pl 
    readline() on closed filehandle IN at ./foo.pl line 15.