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

I don't see any big issue here.

I will mention something that is very useful about die messages. If you put a trailing \n, like "some message\n", that will suppress the details like line number, etc. I write different code for a sysop versus Windows user. For the inexperienced, usually a simple "what can I do about it?" message works best and extra detail just confuses them.

  • Comment on Re^5: Perl Not returning SQL query result