Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2000 07:02:40 -0500
From:      Peeter Pirn <peeter@rhubarb.fwi.com>
To:        eirvine <eirvine@tpgi.com.au>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Perl & debugging
Message-ID:  <20000122070240.A28517@rhubarb.fwi.com>
In-Reply-To: <388969FF.240C8AFA@tpgi.com.au>; from eirvine on Sat, Jan 22, 2000 at 07:27:43PM %2B1100
References:  <388969FF.240C8AFA@tpgi.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000122070240.A28517>