Help for this page
$array[0] = "foo"
$hash{foo} = "abc"; $hash{bar} = "xyz";
@somearray = keys %hash
@somearray = sort(keys %hash);