Help for this page

Select Code to Download


  1. or download this
    sub get_ids {
        my %hash;
    ...
    # Call it this way
    my $hashref = get_ids( [qw/id_one id_two id_three/] );
    
  2. or download this
    key:id_one
    key:id_three
    key:id_two