Help for this page
#!/usr/bin/perl use strict; ... my $random_val = $href->{$random_key}; print "$random_key $random_val\n"; }