my $article = param('select') || "Αρχική Σελίδα!"; if ( param('select') ) { #If user selected an item from the drop down menu $article = encode( 'utf8', $article ); unless( grep /^\Q$article\E$/, @menu_files ) #Unless user selection doesn't match one of the valid filenames within @menu_files {