in reply to Re: Compound Sql Statementin thread Compound Sql Statement
my $loadHandle = $dbh->prepare("$sql; $nextsql; $lastsql") or die "Couldn't prepare statement: ",$dbh->errstr,"\n"; [download]