sub middle_function { if (wantarray) { my @result = inner_function(); # modify @result as needed @result; } else { my $result = inner_function(); # modify $result as needed $result; } }
-- Randal L. Schwartz, Perl hacker
In reply to Re: Propagating calling context
by merlyn
in thread Propagating calling context
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |