The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07 - 2008-02-23

  • allow any object as form data (the idea comes from Class::DBI::Param)
  • treat the utf8-flagged data better if perl >= 5.8.1 (the idea comes from HTML::FillInForm::ForceUTF8)
  • remove 'ignore_types' option from the document, because of its incompatibility. it may be removed in the future version.
  • add t/06fobj.t
  • add utf8-flagged tests to t/05encoding.t
  • add misc/demo.cgi for utf8 demonstration

Documentation

HTMLフォームにデータを充填する

Modules

Fills in HTML forms with data
Replaces FillInForm by FillInForm::Lite