or download this
push(@buffer, $cgi->start_form(-method => 'post' , -action => 'example
+.cgi'),
$cgi->submit(-name => 'edit_notes', -value=>$timestamp, -la
+bel =>"edit"),
$cgi->hidden(-name => 'user', $user),
$cgi->hidden(-name => 'current', -value=>'example'),
$cgi->end_form);