- or download this
use strict ;
use warnings ;
...
print STDERR "+++STDERR: '", STDERR, "'\n" ;
sub p { my ($H, @p) = @_ ; print $H "//[$H] ", @p ; } ;
- or download this
use strict ;
use warnings ;
...
print STDERR "+++STDERR: '", STDERR, "'\n" ;
sub p { my ($H, @p) = @_ ; print $H "//[$H] ", @p ; } ;
- 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.