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";In reply to Re^2: regular expression trouble
by Crackers2
in thread regular expression trouble
by *alexandre*
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |