[Chicago-talk] return values

Dooley, Michael Dooley.Michael at con-way.com
Tue Dec 30 14:01:46 CST 2003


if you have multiple return values do you have to use an array to collect
them? or can you get each return value in is own variable off the jump?

sub stuff {
$a=1;
$b=2;
return ($a, $b);
}

@c=stuff

so
$c=1st return value
$d=2nd return value


Michael Dooley
Integrated Services Manager
Dooley.Michael at con-way.com
7735808777 at mobile.att.net
O: (630).449.1000
F: (630).449.1010
C: (773).580.8777 



More information about the Chicago-talk mailing list