![]() |
|
Think about Loose Coupling | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
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
|
|