in reply to blessing a hash ref?
You've done well in simplifying the problem to a short set which duplicates the fault, but I get the impression you are sticking with print statements, and avoiding your debugger.
I would suggest tracing the code into the constructor, and exploring what $self contains just before the return. What does $tmpl contain after you return from the module?
P.S. You have 'use strict' in your main script, but not where you need it, in the module.
--
TTTATCGGTCGTTATATAGATGTTTGCA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: blessing a hash ref?
by leriksen (Curate) on Mar 19, 2004 at 05:53 UTC | |
|
Re: Re: blessing a hash ref?
by flyingmoose (Priest) on Mar 19, 2004 at 02:44 UTC | |
|
Re: Re: blessing a hash ref?
by stonecolddevin (Parson) on Mar 21, 2004 at 22:20 UTC |