From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 09:43:32 2004 Return-Path: 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 6E3C016A4CE for ; Sat, 28 Feb 2004 09:43:32 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DFAB43D2D for ; Sat, 28 Feb 2004 09:43:31 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i1SHhFxU003619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 28 Feb 2004 17:43:15 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i1SHhFHT003618; Sat, 28 Feb 2004 17:43:15 GMT (envelope-from matthew) Date: Sat, 28 Feb 2004 17:43:15 +0000 From: Matthew Seaman To: fbsd_user Message-ID: <20040228174315.GA3547@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , fbsd_user , Marty Landman , "freebsd-questions@FreeBSD. ORG" References: <20040228163534.GA2785@happy-idiot-talk.infracaninophile.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: Marty Landman cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: run perl scrip with post form from apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 17:43:32 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 28, 2004 at 12:17:34PM -0500, fbsd_user wrote: > All ready had sim.pl set as 770 and owner as www and group as wheel Ah. Then check the #! line at the top of the script -- it should read: #!/usr/bin/perl (possibly with a few flags appended). Make sure you can run sim.pl =66rom the command line -- it will probably just sit there waiting for input, but if you hit Ctrl-D it should print something out. Running 'perl -cw' on the script might be a good idea as well. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAQNMzdtESqEQa7a0RAgF+AJ9i32xM4FqO9ASDqh3iv+KalJKCGgCfbeQ0 v2A+1d7Z/mRdfEmbx4CbhcA= =4hFo -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6--