LibWeb::CGI

LibWeb::CGI is a Perl module that adds extra CGI supports for libweb applications.
Download

LibWeb::CGI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Colin Kong
  • Publisher web site:
  • http://search.cpan.org/~ckong/LibWeb-0.02/LibWeb/Digest.pm

LibWeb::CGI Tags


LibWeb::CGI Description

LibWeb::CGI is a Perl module that adds extra CGI supports for libweb applications. LibWeb::CGI is a Perl module that adds extra CGI supports for libweb applications.SYNOPSIS use LibWeb::CGI; my $q = new LibWeb::CGI(); my $parameter = $q->parameter('cgi_param_to_fetch'); my $param = $q->param('cgi_param_to_fetch'); print $q->header(); $q->redirect( -url => '/cgi-bin/logout.cgi', -cookie => 'auth=0' ); $q->send_cookie( ); $q->sanitize( -text => $user_input, -allow => ); $q->fatal( -msg => 'Password not entered.', -alertMsg => '$user did not enter password!', -helpMsg => ('Please hit back and edit.') ); Requirements: · Perl · LibWeb::Core


LibWeb::CGI Related Software