#!/opt/perl5/bin/perl -w use strict; use Games::QuizTaker; my $Q=Quiz->new("FileName"=>"File"); $Q->Print_Object();