in reply to Re: Perl Not returning SQL query result
in thread Perl Not returning SQL query result

I updated code plz check
  • Comment on Re^2: Perl Not returning SQL query result

Replies are listed 'Best First'.
Re^3: Perl Not returning SQL query result
by erix (Prior) on May 11, 2021 at 16:43 UTC

    Again: Reading from a database

    (This time, read better: you have to run the fetch* function in a loop, and catch its result, in that example 'Reading from a database' the result values get caught into: $field1, $field2, $field3)

Re^3: Perl Not returning SQL query result
by Marshall (Canon) on May 12, 2021 at 19:29 UTC
    If you update your post, Please use <strike>...</strike> tags or some other way to identify those changes.

    If the question changes mid-stream, the answers are confusing and out of context!