Help for this page
sub parse_quiz_text { my( $quiz_file ) = @_; ... close( $fh ); return @quiz_questions; }