Help for this page

Select Code to Download


  1. or download this
    push @$ref2array, map $_, sort keys %{$obj->things};
    
  2. or download this
    push @$ref2array, sort keys %{$obj->things};