rir has asked for the wisdom of the Perl Monks concerning the following question:
That is: can it determine which form below was used?
method $obj $arg; method( $obj, $arg); $obj->method( $arg); "Classname"->method( $arg); method "Classname" $arg; method( "Classname", $arg);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How called was &I?
by sauoq (Abbot) on Sep 16, 2002 at 00:08 UTC | |
by rir (Vicar) on Sep 16, 2002 at 00:58 UTC | |
by sauoq (Abbot) on Sep 16, 2002 at 02:22 UTC | |
Re: How called was &I?
by broquaint (Abbot) on Sep 16, 2002 at 12:48 UTC | |
Re: How called was &I?
by Joost (Canon) on Sep 16, 2002 at 11:42 UTC | |
Re: How called was &I?
by BrowserUk (Patriarch) on Sep 16, 2002 at 11:51 UTC | |
by rir (Vicar) on Sep 18, 2002 at 01:32 UTC |