Help for this page

Select Code to Download


  1. or download this
    my %param;
    foreach ( sort { $user_details{$a} cmp $user_details{$b} } keys %user_
    +details ){
    ...
        print "the key is $_\n";
        print "the value is $user_details{$_}\n";
    }