![]() |
|
"be consistent" | |
PerlMonks |
perlman:CGI::Switchby root (Monk) |
on Dec 23, 1999 at 00:50 UTC ( #1171=perlfunc: print w/replies, xml ) | Need Help?? |
CGI::SwitchSee the current Perl documentation for CGI::Switch. Here is our local, out-dated (pre-5.6) version: ![]() CGI::Switch - Try more than one constructors and return the first object available
![]()
use CGISwitch;
-or-
use CGI::Switch This, That, CGI::XA, Foo, Bar, CGI;
my $q = new CGI::Switch;
![]()
Per default the
The import method allows you to set up the default order of the modules to be tested.
SEE ALSO
AUTHORAndreas König <a.koenig@mind.de> |
|