Help for this page

Select Code to Download


  1. or download this
    sub parse_quiz_text {
      my( $quiz_file ) = @_;
    ...
      close( $fh );
      return @quiz_questions;
    }