It looks like there may be a problem with your copy of IO::Handle. Does this script work OK for you?
use IO::Handle; STDOUT->print("Type some text and hit enter.\n"); STDOUT->print("Type 'quit' or 'exit' when you've finished.\n\n"); while (my $x = STDIN->getline) { last if $x =~ /^\s*(quit|exit)/i; STDOUT->print($x); }
In reply to Re: Mouse role fails
by tobyink
in thread Mouse role fails
by karlgoethebier
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |