my $region = $query->param( "region" ) || 42; my $button = $query->param( "button" ) || ''; if ($button eq 'first') { # '' gives no warning