in reply to
HTML::Template data types problem
Well, I found a working solution, I'm not sure if it's the BEST idea but it works with all my other methods:
if (@_) { $self->{content} = shift;}
[download]
Like
friedo
said, I should shift off the
content
from
@_
;
meh.
Comment on
Re: HTML::Template data types problem
Select
or
Download
Code
In Section
Seekers of Perl Wisdom