The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.04

  • added Apache::Upload array to $r->pnotes('UPLOADS') thanks to Kip Cranford for extensive testing
  • added DisableUploads directive
  • pod changes to reflect new functionality
  • documented $Apache::RequestNotes:err
  • moved cookie parsing to before form data parsing so cookie data will be available even if the form data runs into trouble
  • documented that RequestNotes can run in phases other than init
  • documented that using RequestNotes then trying to use Apache::Request or CGI.pm to get to POSTed data is both redundant and problematic.

Modules

pass form and cookie data in pnotes