I want to know how to use perl -d

-----Original Message-----
From: Owen Cook [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 09, 2006 10:51 AM
To: Saurabh_Agarwal
Cc: beginners@perl.org
Subject: Re: testing perl


On Mon, 9 Jan 2006, Saurabh_Agarwal wrote:

> How can we test our Perl script?


At the command prompt run

#perl -c script.pl

If there are no errors, it compiles ok
If there are errors, fix them

then run

#perl script.pl

and see if your logig is correct


HTH


Owen




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to