in reply to Re^2: Optimizing non-alphanumeric method calls
in thread Optimizing non-alphanumeric method calls
I'm not sure what you mean, $c_method isn't different in this respect to the other approaches you have proposed.
For chained method calls you need to return the object in intermediate calls, no matter which approach you use.
Maybe you should show us some real code to make things clearer.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Optimizing non-alphanumeric method calls
by trizen (Hermit) on Sep 27, 2015 at 19:42 UTC | |
by LanX (Saint) on Sep 27, 2015 at 19:56 UTC | |
|
Re^4: Optimizing non-alphanumeric method calls
by BillKSmith (Monsignor) on Sep 27, 2015 at 20:10 UTC | |
by LanX (Saint) on Sep 27, 2015 at 20:21 UTC |