in reply to Re: Re: Getting HASHES out of Class::DBI
in thread Getting HASHES out of Class::DBI

Have you tried passing the CDBI object into HTML::Template? It's just like passing in a reference to a list or hash. This is how I send database results into my templates (I'm using Petal however).

William
  • Comment on Re: Re: Re: Getting HASHES out of Class::DBI