my $action = param('action'); if ($action) {$action =~ s/[^a-zA-Z0-9_-]//g;} if (!$action) {$action = 'home';}