# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #58524]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58524 >


r30698:
./perl6 -e 'say $*IN.readline' # works (i.e. repeats what I write)
OH HAI!
OH HAI!
$ ./perl6 -e 'say =<$*IN>' # doesn't work
0
$ ./perl6 -e 'say =<>' # doesn't work
-1

Reply via email to