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

Changes for version 0.697

  • two new demo scripts
  • can now get input from anything with .innerHTML (pjx_from_span.pl as test case).
  • Changed the default encode function to 'escape' instead of 'encodeURIComponent'. Hopefully this will alleviate many of the problems users are reporting with browser functionality.
  • fixed problem with head/body with arguments (also improved regexp speed)
  • add the ability to send in arguments via javascript objects instead of using args__123, now can use {'args':123, 'args':'bcd','test':'the value'}
  • fixed selects. see notes in previous checkin.
  • added $ENV{SCRIPT_FILENAME}

Modules

a perl-specific system for writing Asynchronous web applications