On 12/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello
>
> i am looking for perl documenation that would aid in the determining what 
> code to write and
> how to determine how one made a syntax error and also available functions.
--snip--

In addition to what Gupta said, I'd advise always including the
following two lines at the top of your code:

use warnings;
use strict;

This way, Perl will tell you if you got something suspicious or wrong.

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


Reply via email to