Help for this page
sub block(&) { return undef; } print block {'whatever'} || "is undef";
sub block(&) { return undef; ... Too many arguments for main::block at bug.pl line 6, near "// "is unde +f"" syntax error at bug.pl line 6, near "// "is undef"" Execution of bug.pl aborted due to compilation errors.