-
-
30 Mar 2006 04:29:19 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (24)
- Testers (5 / 0 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (32.71KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:2 non-PAUSE users- Dependencies
- CGI
- Class::Accessor
- Test::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.694
- Added pjx_dynselect.pl to scripts in the dist. This example demonstrates the same thing as the pjx_combo.pl example, but it uses a simple database to get values, instead of the calling script (as in pjx_combo.pl).
- fixed all the additional scripts that were missing '<form>' tags.
- fixed pjx_combo.pl
- for IE compatibility, all options must have a value, for example here are the wrong way and the right way for IE...
- NO: <option> value </option>
- YES: <option value='something'> displayed text </option>
- fixed checkboxes - added a check script for them.
- updated some indentation in examples
Modules
a perl-specific system for writing Asynchronous web applicationsModule Install Instructions
To install CGI::Ajax, copy and paste the appropriate command in to your terminal.
cpanm CGI::Ajax
perl -MCPAN -e shell install CGI::Ajax
For more information on module installation, please visit the detailed CPAN module installation guide.