Help for this page
use strict; use warnings; ... my @keyset = @{ prioritize( \%hash, $priority_key ) }; print "@keyset\n";