Help for this page

Select Code to Download


  1. or download this
    [ ~/tmp ] $ cat return_multi_refs 
    # return_multi_refs
    ...
        )} keys(%{$_[0]});
        die $@ if $@;
    }
    
  2. or download this
    [ ~/tmp ] $ perl return_multi_refs 
    scalar1 [Scalar the First]
    ...
    array1[1]  [b]
    array2[2]  [z]
    [ ~/tmp ] $