# New Ticket Created by  H. Merijn Brand 
# Please include the string:  [perl #123884]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=123884 >


$ perl6 -e'say $\;'
===SORRY!=== Error while compiling -e
Unsupported use of $\ variable; in Perl 6 please use the filehandle's .ors 
attribute
at -e:1
------> say $\⏏;

$ perl6 -e'$*OUT.ors.perl.say'
No such method 'ors' for invocant of type 'IO::Handle'
  in block <unit> at -e:1

$ perl6 -e'$*OUT.^attributes.say'
Mu $!path Mu $!PIO int $!ins Mu $!chomp Mu $!nl int $!pipe

$ perl6 -e'$*OUT.nl.perl.say'
"\n"

$helpful-message ~~ s{ors}{nl};

-- 
H.Merijn Brand  http://tux.nl   Perl Monger  http://amsterdam.pm.org/
using perl5.00307 .. 5.21   porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/        http://www.test-smoke.org/
http://qa.perl.org   http://www.goldmark.org/jeff/stupid-disclaimers/

Attachment: pgprEQLMikeZm.pgp
Description: PGP signature

Reply via email to