Date: Thu, 4 Aug 2005 01:17:58 +0000 From: Wouter van Rooij <aentgood@gmail.com> To: freebsd-questions@freebsd.org Subject: perl <stdin> Message-ID: <7603e5d8050803181766be524b@mail.gmail.com> In-Reply-To: <7603e5d805080317593a046eec@mail.gmail.com> References: <7603e5d805080317593a046eec@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
\ 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 =3D <STDIN> I would like to get the input like this: ******** Thank you, Wouter van Rooij
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7603e5d8050803181766be524b>