Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gr0undtek
  • Content: Threads
  • Order by date
  1. gr0undtek

    Problem with quotes (DBI)

    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...

Part and Inventory Search

Back
Top