in reply to Re: Using CGI.pm params to make a DBI MySQL query
in thread Using CGI.pm params to make a DBI MySQL query

Hmm, that's particularly good in my case because when I'm not making my query with CGI params I'm making it with the output of a SELECT query, and that output is in the form of an arrayref. Using an array avoids the intermediate step of breaking out the array into its elements.

§ George Sherston
  • Comment on Re: Re: Using CGI.pm params to make a DBI MySQL query