On Tue, 2006-08-01 at 11:38 -0500, JupiterHost.Net wrote:
> perl -mstrict -wle '$gl="why am I not throwing errors?";print $gl;'

That should be a capitalized 'M':

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

HTH

-- 
Joshua Colson <[EMAIL PROTECTED]>


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