The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<%@ LANGUAGE = PerlScript%>
<%
  BEGIN {
    unshift(@INC, "W:\\InetPub\\wwwroot\\DocSample\\Lib");
    $main::WEBROOT = '/DocSample';
  }

#  use Win32::ASP::Profile;

  use Win32::ASP::Extras;
  use Error qw/:try/;
  use DocSample::DB;
%>