Help for this page

Select Code to Download


  1. or download this
    # fill in some parameters in the template
    $template->param(Number => $Number);
    ...
        $template->param(ear => $ear);
        $template->param(mouth => $mouth);
    }
    
  2. or download this
    # fill in some parameters in the template
    $template->param(
    ...
        id_no      => $id_no,
        message_no => $message_no,
    );