RE: passing database data to a sub



John Doe <mailto:security.department@xxxxxxxx> wrote:

: : return fetchall_arrayref( { HTML_ProjectName => 1 } );
:
: Ok, I never used CGI::Application and HTML::Template, but
: where does this sub come from?

Doh! It should be this. (Again, I haven't tested this).

return $sth->fetchall_arrayref( { HTML_ProjectName => 1 } );


HTH,

Charles K. Clarkson
--
Mobile Homes Specialist
254 968-8328

.



Relevant Pages