Help for this page

Select Code to Download


  1. or download this
    my $coderef = sub {
        #...do something with @_...
        return ($value1, $value2);
    };