use warnings; use strict; use Term::ReadLine; my $term = Term::ReadLine->new(); my $string_entered = $term->readline('Please enter a string: ', 'Hello username'); print "You entered [$string_entered]\n";
In reply to Re: Input from the User
by ctilmes
in thread Input from the User
by rupesh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |