in reply to Re: help deriving mysql query from perl script
in thread help deriving mysql query from perl script

Thanks Corion...

Unfortunately "So you can just take the lower part, fix up $where_clause with the appropriate value" is just what I don't know how to do

Sorry forgot to mention don't know MYSQL either - just enough to run other folks' queries

  • Comment on Re^2: help deriving mysql query from perl script

Replies are listed 'Best First'.
Re^3: help deriving mysql query from perl script
by Corion (Patriarch) on Jul 30, 2012 at 08:48 UTC

    Then maybe first use the other half of the program to fill/create $where_clause and then print $where_clause instead of running it against the database.

    If you don't know how to do that either, I don't know how to be of more help to you. You will have to show us the output and log entries you get when you run the modified/split program and show us the source of that split program.