use the sleep <int> function instead.
#!/usr/bin/perl my @msg = (<>); chomp(@msg); print join("\n",@msg),"\n"; print STDOUT "What do you want to do with this message?\n";$|++; sleep (5); my $response = <STDIN>; print $response;$|++;
In reply to Re: the greedy diamond, or leggo my STDIN
by kart124
in thread the greedy diamond, or leggo my STDIN
by headybrew
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |