Help for this page

Select Code to Download


  1. or download this
    my $Q=Games::QuizTaker->new(FileName => "File", Delimitor => ",");
    
  2. or download this
    sub _Print_Object{
      my $self=shift;
      require Data::Dumper;
      print Data::Dumper::Dumper $self;
    }
    
  3. or download this
    sub new {
      my ($class,%arg)=@_;
    ...
            _FileLength => "0",
           }, $class
    }