I was surprised that strict and warnings didn;t hollor when I used a variable without my...

$ perl -mstrict -wle '$gl="why am I not throwing errors?";print $gl;'
why am I not throwing errors?
$

What magic voodoo is going on here? I though you had to my $var w/ strict?

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