Help for this page

Select Code to Download


  1. or download this
    sub run_mode_xxx {
    
        return $self->header_props( -uri => $url );
    }
    
  2. or download this
    sub run_mode_xxx {
    
        $self->header_add( -location => $url );
        return;
    }
    
  3. or download this
    return $self->header_props( -uri => $url );