On 4/15/06, mattesonweb <[EMAIL PROTECTED]> wrote:

> !# /usr/bin/perl
> use warnings;

You need to reverse those first two characters. Pound-bang is the
traditional start of executable scripts. But when reversed, Perl
thinks you're trying to negate the boolean value of 'use warnings',
and that's not possible.

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

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