my %Mode = ( '' => \&form, 'upload' => \&upload_datei, ); if($Mode{$action}) { $Mode{$action}->(); } ...