Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
                 map { $_ . '||' . $hash{$_} } keys %hash;
    
    print Dumper(\@sorted);
    
  2. or download this
    $VAR1 = [
              'barney rubble',
              'bill nye',
              'homer simpson'
            ];