MAN page from RedHat Other perl-5.004-0.1.i386.rpm
CGI::Switch
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.004, patch 04
Index NAME
CGI::Switch - Try more than one constructors and return the first object available
SYNOPSIS
use CGISwitch;
-or-
use CGI::Switch This, That, CGI::XA, Foo, Bar, CGI;
my $q = new CGI::Switch;
DESCRIPTION
Per default the
new() method tries to call
new() in the three packagesApache::CGI, CGI::XA, and CGI. It returns the first CGI object itsucceeds with.
The import method allows you to set up the default order of themodules to be tested.
SEE ALSO
perl(1),
Apache(3),
CGI(3),
CGI::XA(3)
AUTHOR
Andreas König <a.koenigAATTmind.de>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.