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

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.