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