http://qs1969.pair.com?node_id=1036253


in reply to Re: regular expression trouble
in thread regular expression trouble

In addition to that, this:

my $sql="INSERT INTO $table ($values) VALUES ($names)\n";

should probably be

my $sql="INSERT INTO $table ($names) VALUES ($values)\n";