Help for this page

Select Code to Download


  1. or download this
        if ( $call_info{has_args} ) {
            my @args;
    ...
            # Push the args onto the subroutine
            $sub_name .= '(' . join( ', ', @args ) . ')';
        }