in reply to
Referencing bound variables
I think you need to
$sth->fetch
at least once to get your %data filled with values.
HTH
--
Olivier
Comment on
Re: Referencing bound variables
Download
Code
Replies are listed 'Best First'.
Re^2: Referencing bound variables
by
ikegami
(Patriarch)
on Feb 11, 2005 at 22:40 UTC
Indeed! Fetch will get a record and place the values in the bound variables.
[reply]
In Section
Seekers of Perl Wisdom