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;}
Like friedo said, I should shift off the content from @_;
meh.