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