$template->param( 'username' => 'john', 'userstatus' => 'paid' ); #### $hashref = $q->Vars; #### $template->param( $hashref ); #### $template->param( associate => $q );
## $hashref = $q->Vars; ##
## $template->param( $hashref ); ##
## $template->param( associate => $q );