Help for this page

Select Code to Download


  1. or download this
    sub func { return {'a' => 'ah', 'b' => 'be'} };
    print keys %{func()}; # a b