Help for this page

Select Code to Download


  1. or download this
    (%baz = %{$_->[0]}), (@bar = @{$_->[1]}) for [&foo()];
    
  2. or download this
    our (%baz, @bar);
    (*baz, *bar) = &foo();