From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 4 00:59:19 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BA6D16A41F for ; Thu, 4 Aug 2005 00:59:19 +0000 (GMT) (envelope-from aentgood@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB8E143D46 for ; Thu, 4 Aug 2005 00:59:18 +0000 (GMT) (envelope-from aentgood@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so298104wra for ; Wed, 03 Aug 2005 17:59:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uTwca/hrcr1IvbjUTb+Ksk9lzXvzrvKKVPdjWsxTJQOrt9z9qAlFqSG1tslQIFsxUPK2TKKIWA3zLNDOje597Djry/Qpm7yRj8FT4Ilc1GuH44uDmy11eOhOILJTsMQRjc5e1sm7P02Q5dXyDDCdwB5XZrv5mIpin8nD01y0n8U= Received: by 10.54.36.43 with SMTP id j43mr1049802wrj; Wed, 03 Aug 2005 17:59:18 -0700 (PDT) Received: by 10.54.69.15 with HTTP; Wed, 3 Aug 2005 17:59:18 -0700 (PDT) Message-ID: <7603e5d805080317593a046eec@mail.gmail.com> Date: Thu, 4 Aug 2005 00:59:18 +0000 From: Wouter van Rooij To: freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: perl X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wouter van Rooij List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 00:59:19 -0000 Hello, At the first place, sorry for my bad English. My question is:=20 How can you, when you're writing a perl program, make a input () hidden, so that when someone is typing an input in the following program is hidden: #!/usr/bin/perl print "Your name:"; $name =3D I would like to get the input like this: ******** Thank you, Wouter van Rooij