Help for this page

Select Code to Download


  1. or download this
    package Games::QuizTaker;
    use strict;
    ...
      print Dumper($self);
    }
    1;
    
  2. or download this
    #!/opt/perl5/bin/perl -w
    use strict;
    ...
    
    my $Q=Quiz->new("FileName"=>"File");
    $Q->Print_Object();