use strict; use warnings; use CGI; my $cgi = CGI->new; my $currentSoftware = $cgi->param('id'); my $coCode = $cgi->param('country'); my $store = 143441; my $flag = 0; my $counter = 0; print $cgi->header; # ... # sub splitVars fällt durch die verwendung von CGI.pm weg