Help for this page
use strict; use warnings; ... for @data; print Data::Dumper->Dumpxs( [ $rhBySex ], [ qw{ rhBySex } ] );
$rhBySex = { 'Female' => [ ... } ] };