my @allquestions; if ($type =~ m/q/i) { # ** CHECKS FOR QUESTION LINE & PRINTS QUESTION print "$value"; @allquestions = (@allquestions, $value); }