Help for this page

Select Code to Download


  1. or download this
    sub apply (&@)
    {
    ...
        &$action foreach my @values = @_;
        wantarray ? @values : $values[-1];
    }