CGI::Switch(3)

CGI::Switch(3)

CGI::Push Home Page Subroutines Index cgi_to_mod_perl


NNAAMMEE
       CGI::Switch - Try more than one constructors and return
       the first object available

SSYYNNOOPPSSIISS

        use CGISwitch;

         -or-

        use CGI::Switch This, That, CGI::XA, Foo, Bar, CGI;

        my $q = new CGI::Switch;

DDEESSCCRRIIPPTTIIOONN
       Per default the new() method tries to call new() in the
       three packages Apache::CGI, CGI::XA, and CGI. It returns
       the first CGI object it succeeds with.

       The import method allows you to set up the default order
       of the modules to be tested.

SSEEEE AALLSSOO
       perl(1), Apache(3), CGI(3), CGI::XA(3)

AAUUTTHHOORR
       Andreas Knig lt;a.koenig@mind.de

CGI::Push Home Page Subroutines Index cgi_to_mod_perl