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


-- 
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