Re: perl stdin

2005-08-04 Thread Daniel Marsh
On Thu, 04 Aug 2005 09:38:15 +0800, Michael Beattie [EMAIL PROTECTED] wrote: On 8/3/05, Wouter van Rooij [EMAIL PROTECTED] wrote: \ Hello, At the first place, sorry for my bad English. My question is: How can you, when you're writing a perl program, make a input (stdin) hidden, so that

perl stdin

2005-08-03 Thread Wouter van Rooij
\ Hello, At the first place, sorry for my bad English. My question is: How can you, when you're writing a perl program, make a input (stdin) hidden, so that when someone is typing an input in the following program is hidden: #!/usr/bin/perl print Your name:; $name = STDIN I would like to get the

Re: perl stdin

2005-08-03 Thread Michael Beattie
On 8/3/05, Wouter van Rooij [EMAIL PROTECTED] wrote: \ Hello, At the first place, sorry for my bad English. My question is: How can you, when you're writing a perl program, make a input (stdin) hidden, so that when someone is typing an input in the following program is hidden:

Re: perl stdin

2005-08-03 Thread Benjamin Lutz
Wouter van Rooij wrote: \ Hello, At the first place, sorry for my bad English. My question is: How can you, when you're writing a perl program, make a input (stdin) hidden, so that when someone is typing an input in the following program is hidden: #!/usr/bin/perl print Your name:;