Help for this page
my $first_stuff = first_value {$_ > 2} 1..10;
sub first_value (&@) { ... } return undef; }