Help for this page
$first = $stat_ref[0][0]; # $stat_ref is a hard reference to an array of arrays.
$first = $$stat_ref->[0][0];