Help for this page

Select Code to Download


  1. or download this
    unless ( defined $user ) {
          $self->prerun_mode('login');
          return;
    }
    
  2. or download this
    # If the user is not logged in, redirect to the login page
    unless ( defined $user ) {
    ...
    
    # A runmode that doesn't do anything
    sub null_mode { }