in reply to Re: A feature of use
in thread A feature of use
Since either there is a method for the package IO::Handle (or else, import has a special status so perl won't complain if it can't find it), it works but actually doesn't do much. What it definitely doesn't do is call import for the package strict. That's why strict checks are still off.
So it's all caused by the ambiguous syntax of word->method, which may represent either a class method call, or an object method call.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A feature of use (UNI)
by tye (Sage) on Aug 21, 2008 at 13:35 UTC |