Help for this page
sub get_ids { my %hash; ... # Call it this way my $hashref = get_ids( [qw/id_one id_two id_three/] );
key:id_one key:id_three key:id_two