Can you show us the code you use to loop over this data structure? Have you tried printing out the SQL before you execute it?
When you do this:
qq{"SELECT ..."}
...you wind up with a string that begins and ends with double quotes. You probably mean this:
qq{SELECT ...}
In reply to Re: Quote-like operators in a hash
by kyle
in thread Quote-like operators in a hash
by tux402
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |