Index  Up  <<  >>  


Autoload

Sets an action that is automatically performed for every access. It is performed before any page parsing occurs, and before the action or page is even determined.

As an example, if you wanted to remap any mv_nextpage accesses to the private subdirectory of pages, you might do:

    Autoload   [perl] $CGI->{mv_nextpage} =~ s:^private/:public/:; [/perl]


Index  Up  <<  >>