Help for this page
my $h_b = {}; my $x = eval { ... } // 'unknown'; print $x;
sub catch_undef (&) { my $code_ref = shift; ... $code_ref->() }; }