Help for this page

Select Code to Download


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