Help for this page

Select Code to Download


  1. or download this
    print OUT "$1\n" or die "Couldn't print to OUT at line __LINE__:\n$!\n";
  2. or download this
    Couldn't print to OUT at line 23:
    Bad file descriptor
    
  3. or download this
    print() on closed filehandle OUT at line 23.