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