Help for this page

Select Code to Download


  1. or download this
    my @keys = keys %{{f}};
    
  2. or download this
    use List::Util qw( shuffle uniq pairkeys );
    my @keys = shuffle uniq pairkeys f;