![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: 'use strict' without a semicolon can be interestingby ikegami (Patriarch) |
on Jul 09, 2010 at 00:08 UTC ( [id://848787]=note: print w/replies, xml ) | Need Help?? |
The syntax for use is use Module EXPR;, where EXPR is an expression that returns a list of symbols to import (or a list of strictures to enable in strict's case), and that's exactly what you provided. How can Perl possible know that what you meant something other than what you told it?
5.8.9 is the highest release of 5.8. You probably meant 5.12.0 or 5.12.1.
In Section
Seekers of Perl Wisdom
|
|