... my $sortValue; my $sort = $cgi->param('sort'); print "Value: \$cgi->param('sort')", $cgi->param('sort'); $sortValue = $sort - 1; ### here is the problem in 5.8.1 exit; ### does not exit!