Skip to content

A lightweight CGI processing package for using CGI PATH_INFO as if it were GET method form parameters

License

Notifications You must be signed in to change notification settings

JerilynFranz/perl-CGI-PathInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGI::PathInfo

A somewhat CGI.pm compatible package for manipulating PATH_INFO
information in a manner similar to GET method forms.

To install:

perl Makefile.PL
make
make test
make install

Alternatively, if you have Module::Build installed,

perl Build.PL
./Build
./Build test
./Build install

See 'perldoc CGI::PathInfo' for the documentation.

About

A lightweight CGI processing package for using CGI PATH_INFO as if it were GET method form parameters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages