From: "Michael Kraus" <[EMAIL PROTECTED]>

> G'day...
> 
> > This is not related to strict. You always have to use () when 
> > calling methods.
> 
> Really? /Always/ or only when passing arguments to the method?

Oops. You are right, only when passing arguments.

I sit corrected ;-)

And actually also only if using the $object->Method syntax. If you 
use
        Method $object parameters;
you do not need the braces either.

Sorry for causing confusion, Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


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