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: *

  1. gr0undtek

    Problem with quotes (DBI)

    thanks
  2. gr0undtek

    Problem with quotes (DBI)

    Thanks a lot brigmar. This worked!!!!:) Can you explain why did I had to use chomp. Is Perl puting quotes in the variabels by default? Thanks again!
  3. gr0undtek

    Problem with quotes (DBI)

    I tried Raklet's solution and it did not work. In adition the file I'm parsing from has no quotes in it. I will try your solution as well though...
  4. gr0undtek

    Problem with quotes (DBI)

    I have tried all of this but still I get the same problem :( Maybe is something specific to the Oracle DB?
  5. 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