<<SNIP>>

> > #!/bin/perl -w
> > use strict;
> 
>   ##  you should:
>     use warnings;
>   ##  it will help you in the future
> 

<<SNIP>>

Oops!  I just realized your using that '-w' switch to perl up there.
That IS using the warnings pragma, I believe.  Sorry about that!

--Errin

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