T
toylet
eval ( $dbh->do("DROP TABLE foo") );
print "dropped table foo\n" if $@;
The program execution stopped at eval(). ISn't it supposed to ignore errors?
print "dropped table foo\n" if $@;
The program execution stopped at eval(). ISn't it supposed to ignore errors?