Help for this page

Select Code to Download


  1. or download this
    %hash = (
        foo => {
    ...
            there => '...'
            }
    );
    
  2. or download this
    for (sort { $hash{$a}->{this} <=> $hash{$b}->{this} } keys %hash)