package B; use CGI::Application::Plugin::AutoRunmode; sub importme : Runmode { my $self = shift; $self->header_type('redirect'); $self->header_props(-url=>'?rm=hithere'); return 'Redirecting..'; } 1;