Help for this page
sub foo { return; } sub bar { ... die if !defined $c; } bar(1, foo(), 3); # explodes