PAB3::CGI

PAB3::CGI is a CGI module for the PAB3 environment or as standalone.
Download

PAB3::CGI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christian Mueller
  • Publisher web site:
  • http://search.cpan.org/~chrmue/PAB3-3.1.5/xs/PAB3/Crypt/XOR/XOR.pm

PAB3::CGI Tags


PAB3::CGI Description

PAB3::CGI is a CGI module for the PAB3 environment or as standalone. PAB3::CGI is a CGI module for the PAB3 environment or as standalone.SYNOPSIS # load module and export default functions and variables use PAB3::CGI qw(:default); # set some useful variables to the environment PAB3::CGI::setenv(); # parse request and cookies and start the cgi output handler PAB3::CGI::init(); if( $_REQUEST{'cmd'} eq 'showenv' ) { print_var( %ENV ); } elsif( $_REQUEST{'cmd'} eq 'redirect' ) { return redirect( 'http://myserver.com/' ); Requirements: · Perl


PAB3::CGI Related Software