Help for this page
use strict; use warnings; ... my @results = (&foo, &bar, &baz(1, "data")); my $stuff = (&foo, &baz(qw(other information), &data); &print;