print header(-type => 'text/html\n\n'),
start_html(-title => 'PMI Human Resources',
-background=>'/yellow_stucco.gif'),
start_form(-method => 'post', -action => 'editpositions.pl' ),
"What is the Job Title?",
textfield('JobTitle', '', 30, 80),
br,
br,
"What is the Date Listed?",
textfield( 'DateListed', '', 30, 80),
br,
br,
"What is the Job Description?",
textarea('Description', '', 10, 80),
br,
br,
submit(-name => 'AddFile',
-value=> 'AddFile'),
end_form,
start_form( -method => 'post', -action => 'editpositions.pl'),
p,
hidden('Manager', 'Manager'),
submit(-name => 'submit',
-value=> 'Cancel'),
end_form,
end_html;
}