RE: passing database data to a sub
- From: cclarkson@xxxxxxxxxx (Charles K. Clarkson)
- Date: Mon, 18 Apr 2005 02:25:05 -0500
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
.
- References:
- Re: passing database data to a sub
- From: John Doe
- Re: passing database data to a sub
- Prev by Date: utf8 questions.
- Next by Date: RE: passing database data to a sub
- Previous by thread: Re: passing database data to a sub
- Next by thread: RE: passing database data to a sub
- Index(es):
Relevant Pages
|