in reply to Using CGI.pm params to make a DBI MySQL query
but I've also found that the more I use CGI.pm, the more my coding moves away from that method towards template thingies.my %field; for ( param() ) { $field{$_} = param($_); }
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(ichimunki) Re x 2: Using CGI.pm params to make a DBI MySQL query
by ichimunki (Priest) on Oct 09, 2001 at 19:56 UTC |