On 02/18/2017 07:35 PM, Brandon Allbery wrote:
On Sat, Feb 18, 2017 at 10:33 PM, ToddAndMargo <toddandma...@zoho.com
<mailto:toddandma...@zoho.com>> wrote:

    am having issues writing to STDERR.  I am using this as
    a reference:
           https://perl6.org/archive/rfc/30.html
    <https://perl6.org/archive/rfc/30.html>

           The p52p6 translator needs to be able to spot
           instances of barewords and globs and translate them
           to scalars:

           print STDERR @foo;       ->   print $STDERR @foo;


This is obsolete; the correct variable is $*ERR.

--
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com <mailto:allber...@gmail.com>
         ballb...@sinenomine.net <mailto:ballb...@sinenomine.net>
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net


Thank explains it.  Thank you!

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to