in reply to
Perl module problem
use strict
may reveal a nunmber of errors.
use Data::Dumper;
and
print Dumper $oBook;
just before the for loop, will show what $oBook contains.
Manually debug with Perl -d. You can determine what is there, what can be done, and why.
--
TTTATCGGTCGTTATATAGATGTTTGCA
Comment on
Re: Perl module problem
In Section
Seekers of Perl Wisdom