Help for this page

Select Code to Download


  1. or download this
    my $x = foo(1,2,3,5);
    
  2. or download this
    return wantarray ? @arr : "@arr";
    
    return wantarray ? @arr : \@arr;