CGI::Info

Information about the CGI environment
Download

CGI::Info Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nigel Horne
  • Publisher web site:
  • http://search.cpan.org/~nhorne/

CGI::Info Tags


CGI::Info Description

CGI::Info is a Perl module that provides information about the CGI environment.SYNOPSISAll too often Perl programs have information such as the script's name hard-coded into their source. Generally speaking, hard-coding is bad style since it can make programs difficult to read and it reduces readability and portability. CGI::Info attempts to remove that.Furthermore, to aid script debugging, CGI::Info attempts to do sensible things when you're not running the program in a CGI environment. use CGI::Info; my $info = CGI::Info->new(); # ...Product's homepage


CGI::Info Related Software