Help for this page

Select Code to Download


  1. or download this
      use strict ;
      use warnings ;
    
    ...
      print STDERR "+++STDERR: '", STDERR, "'\n" ;
    
      sub p { my ($H, @p) = @_ ; print $H "//[$H] ", @p ; } ;
    
  2. or download this
      use strict ;
      use warnings ;
    
    ...
      print STDERR "+++STDERR: '", STDERR, "'\n" ;
    
      sub p { my ($H, @p) = @_ ; print $H "//[$H] ", @p ; } ;
    
  3. or download this
      String found where operator expected at tst.pl line 8, near "STDERR 
    +"+++STDERR: '""
            (Do you need to predeclare STDERR?)
      syntax error at tst.pl line 8, near "STDERR "+++STDERR: '""
      Execution of tst.pl aborted due to compilation errors.