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


$ perl6 -n -e 'say "$_"' foo 
a
b
c
d

$ perl6 -n -e 'say "{$_}"' foo 
Use of uninitialized value $_ of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something 
meaningful.
  in block  at -e line 1

Use of uninitialized value $_ of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something 
meaningful.
  in block  at -e line 1

Use of uninitialized value $_ of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something 
meaningful.
  in block  at -e line 1

Use of uninitialized value $_ of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something 
meaningful.
  in block  at -e line 1

Reply via email to