Help for this page

Select Code to Download


  1. or download this
    @a = sort keys %{{a=>1,b=>2,c=>3}};
  2. or download this
    @a = sort keys %{{ map {$_ => undef} map {split} <> }};