sub dispatch { my $self = shift; $self->param('rm') eq 'Webmail' and return 'Local::Page::Webmail' ; return 'Local::Page::Welcome'; }