Help for this page

Select Code to Download


  1. or download this
    $template->param( 'username' => 'john',
                      'userstatus' => 'paid' );
    
  2. or download this
    $hashref = $q->Vars;
    
  3. or download this
    $template->param( $hashref );
    
  4. or download this
    $template->param( associate => $q );