Help for this page

Select Code to Download


  1. or download this
    $temp= $x->foo();
    @list= @$temp;
    
  2. or download this
    @list= @{$x->foo()};