http://qs1969.pair.com?node_id=262276


in reply to Re: Re: CPAN Module Proposal: Business::Ship
in thread CPAN Module Proposal: Business::Ship

I'm following up from sauoq's note on the indirect object syntax because zie didn't provide the fixed syntax (and that's all this is - syntax).

$obj = Class->new;

versus

$obj = new Class;

You can get yourself into hot water by using the second form as its ambiguous - the first is unambiguous and works all the time.