http://qs321.pair.com?node_id=160316


in reply to Can't locate object method...

Make sure you include the DBI module. Put

use DBI;

at the top of your script

elbieelbieelbie