On Wed, 14 Jul 2004 22:49:42 +0200, Jenda Krynicky wrote
> 
> And does the language-that-should-not-be-named support this?
> 
>       ($x, $y) = some_function( $some, $params);

Sure, a method can return an array (or a Hash, depending on your object
types).  It's just generally considered bad programming practice, like storing
multiple values in a single database column.



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