Help for this page

Select Code to Download


  1. or download this
    sub call {
        my $sub = shift;
        return $sub->(@_);
    }