Hi Walter,
You can use CPAN module Term::ReadKey:
use Term::ReadKey;
ReadMode('noecho');
$password = ReadLine(0);
I got this from O'Reilly's Perl Cookbook page 529 :)
-vicky
--- walter valenti <[EMAIL PROTECTED]> wrote:
> Hi,
> someone knows, how insert text gron STDIN, without
> see this on
Hi Anadi,
Hope this helps:
#!/tools/bin/perl -w
print "enter a number\n";
$a = ;
if ($a == 12 or $a== 8) {print "right\n";}
else {print "incorrect\n";}
#end of script
-vicky
--- A Taylor <[EMAIL PROTECTED]> wrote:
> Hi all,
> I am trying to test three variables in an 'if'
> statement eg:
>
not by default that is.
I apologize for double posting, I've been warned that
my subject was too vague.
Hello everyone,
I hope someone can help me with this problem.
Here is what I am trying to do:
- Job request is entered in Form-A.
- When Form-A is submitted, apple.cgi tells the user
the fo
Hello everyone,
I hope someone can help me with this problem.
Here is what I am trying to do:
- Job request is entered in Form-A.
- When Form-A is submitted, apple.cgi tells the user
the form is successfully submitted and at the same
time appends the request into an html file
(banana.html) tha