The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!--#include file ="../Lib/header.inc"-->
<html>

<head>
<title></title>

</head>

<body>
<%
  use DocSample::Document;

  $Document = DocSample::Document->new;
  $Document->post;
  $Document->edit;
  $data = 'edit';
  $viewtype = 'edit';
%>

<form NAME="Document" METHOD="POST" ACTION="update.asp">
<!--#include file ="edit.inc"-->

</body>
</html>