Help for this page

Select Code to Download


  1. or download this
    #
    #  Called if the user submits an invalid run mode / node.
    ...
                                    );
        return ( $html->output );
    }
    
  2. or download this
        $self->run_modes(
                         'home'        => 'home',
    ...
                         'AUTOLOAD'    => 'invalidnode'
                         );