Hi,
I have the following problem:
I open a file and store the data to an array.
Then I use
foreach my $tempLine (@indata)
{
my $sth = $dbh->prepare("Select iid from users where id='$tempLine'")
$dbh->execute();
}
*Note: the real code is tested the only error is the quotes.
The problem is that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.