http://www.perlmonks.org?node_id=265553


in reply to Re: chaining method calls
in thread chaining method calls

What happens if result() fails? Nothing!
Which is no less than what happens if it failed in traditional
print $soap->result;
style.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re^2: chaining method calls (same difference)
by samtregar (Abbot) on Jun 13, 2003 at 17:29 UTC
    So, uh, we agree then. The argument that chaining helped debugging is false. Both styles have the same problems. Good!

    -sam