Help for this page
Select Code to Download
Select
or
download this
sub func { return {'a' => 'ah', 'b' => 'be'} }; print keys %{func()}; # a b