Help for this page
sub failsToCompile { my $hashRef = shift; ... } return $val; }
sub worksCompilingFine { my $hashRef = shift; ... } return $val; }