Help for this page
Select Code to Download
Select
or
download this
$temp= $x->foo(); @list= @$temp;
Select
or
download this
@list= @{$x->foo()};