Help for this page

Select Code to Download


  1. or download this
    package Games::QuizTaker;
    use strict;
    ...
        print"$key = $$self{$key}\n";
      }
    }
    
  2. or download this
    #!/opt/perl5/bin/perl -w
    use strict;
    ...
    
    my $Q=Games::QuizTaker->new(FileName="File",Delimitor=",");
    $Q->_Print_Object();