Help for this page

Select Code to Download


  1. or download this
    sub PrintForm {
        &Open_File;
    ...
                  -value => 'Cancel'),
         end_form,
         end_html;
    
  2. or download this
    print header(-type => 'text/html\n\n'),
          start_html(-title => 'PMI Human Resources',
    ...
          end_form,
          end_html;
    }