in reply to Re^2: fundamental mod-perl start_multipart_form question
in thread fundamental mod-perl start_multipart_form question

Your questions are really about CGI.pm and HTML, not about mod_perl. There is good documentation for CGI.pm that should help you. It doesn't look to me like start_multipart_form() prints html and body tags.
  • Comment on Re^3: fundamental mod-perl start_multipart_form question

Replies are listed 'Best First'.
Re^4: fundamental mod-perl start_multipart_form question
by Anonymous Monk on Feb 03, 2009 at 03:03 UTC
    Thank you,
    I'll read through it.

    Bruce