# New Ticket Created by Rene Bourgoin # Please include the string: [perl #130192] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130192 >
I've downloaded Rakudo Star 2016.11 for Windows. I have an issue while using the functions "get" and "prompt" under the REPL environment. >my $name;>$name = get; # once you press enter here, the REPL hangs and >doesn't except keyboard entries. The REPL hangs and you have to kill the >window, Prompt does the same thing. The script will work fine when saved to a file and run via perl6.bat script.pl6. using windows 10. thanks