From owner-freebsd-questions Sat Jan 22 3:57:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhubarb.fwi.com (rhubarb.fwi.com [209.84.175.126]) by hub.freebsd.org (Postfix) with ESMTP id E5E2314C41 for ; Sat, 22 Jan 2000 03:57:34 -0800 (PST) (envelope-from peeter@rhubarb.fwi.com) Received: (from peeter@localhost) by rhubarb.fwi.com (8.9.3/8.9.3) id HAA28540; Sat, 22 Jan 2000 07:02:40 -0500 (EST) (envelope-from peeter) Date: Sat, 22 Jan 2000 07:02:40 -0500 From: Peeter Pirn To: eirvine Cc: questions@FreeBSD.ORG Subject: Re: Perl & debugging Message-ID: <20000122070240.A28517@rhubarb.fwi.com> References: <388969FF.240C8AFA@tpgi.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <388969FF.240C8AFA@tpgi.com.au>; from eirvine on Sat, Jan 22, 2000 at 07:27:43PM +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To just enter the debugger without loading a script to test things out: perl -d -e 8 To run the script test-this.pl in the debugger: perl -d test-this.pl On Sat, Jan 22, 2000 at 07:27:43PM +1100, eirvine wrote: > Hi all, > > Any idea how I can make world and have perl work with the -D switch? > > Eddie. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Peeter Pirn - peeter@rhubarb.fwi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message