Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    print STDERR "STDERR oops\n";
    print STERR "STERR oops\n";
    
  2. or download this
    Name "main::STERR" used only once: possible typo at ./z8a line 7.
    STDERR oops
    print() on unopened filehandle STERR at ./z8a line 7.