Changes for version 0.5 - 1999-08-19

  • Several user-reported bug-fixes and some extensions:
  • fixed synopsis (missing ";")
  • handle reset buttons identically to submit buttons
  • debug now shows the expanded URL and not the given link
  • support for textarea fields
  • special support for radio buttons (they are now handled in the same way as selections and only one value is submitted to the server on press(...))
  • special support for checkboxes (only checkboxes with defined value are submitted to the server, undefined ones are left out)
  • support for image buttons
  • support for HTML 4.0 button tags (they are handled identically to their input equivalents)
  • when the form-tag doesn't have a method attribute, GET is assumed

Modules

Construct HTTP::Request objects for form processing

Examples