Hi All,

How do I print to STDERR?  $*ERR?

$ perl6 -e 'print $*ERR, "print to std err\n";'
<STDERR>print to std err

What am I doing wrong?

Many thanks,
-T

Reply via email to