Help for this page

Select Code to Download


  1. or download this
    my %hash = map { $_ => 1 } qw{ shave the modern way };
    
  2. or download this
    my $str;
    $str = $_ x $freq{$_} for sort keys %freq;