From owner-freebsd-questions@FreeBSD.ORG Thu Aug 4 01:17:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6924B16A41F for ; Thu, 4 Aug 2005 01:17:59 +0000 (GMT) (envelope-from aentgood@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0300A43D46 for ; Thu, 4 Aug 2005 01:17:58 +0000 (GMT) (envelope-from aentgood@gmail.com) Received: by wproxy.gmail.com with SMTP id i23so329951wra for ; Wed, 03 Aug 2005 18:17:58 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I+Qm5zFQDE+Zd8L6w9noKuLIQerDHzVQYhkX6vrABLHDbhWKCnoFqNjqqCJLIFHSJHXVMXLyCpqz2CoI4MRo5ZvnHlMolXor++8Rd58/y7jEHINcIHG+S3CTdkp4LABEfkScGDU+hEqNtSye/AP4o4pciLox/psjAqGi8iBXbqg= Received: by 10.54.144.17 with SMTP id r17mr1084657wrd; Wed, 03 Aug 2005 18:17:58 -0700 (PDT) Received: by 10.54.69.15 with HTTP; Wed, 3 Aug 2005 18:17:58 -0700 (PDT) Message-ID: <7603e5d8050803181766be524b@mail.gmail.com> Date: Thu, 4 Aug 2005 01:17:58 +0000 From: Wouter van Rooij To: freebsd-questions@freebsd.org In-Reply-To: <7603e5d805080317593a046eec@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7603e5d805080317593a046eec@mail.gmail.com> Subject: perl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wouter van Rooij List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 01:17:59 -0000 \ 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 () 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