http://qs321.pair.com?node_id=585245


in reply to Re: HTML::Template : How to separate code and html with lesser maintenance issues
in thread HTML::Template : How to separate code and html with lesser maintenance issues

$tmpl->param($_    => $b() );
what's this? this gives me a syntax error. do you wanted to use a subroutine-reference instead? like main->can($b)?