Note that DBI still uses OOP :)foreach my $p( grep /^\d+$/, param() ) { # find the form value my $v = param( $p ); # execute the query $sth->execute( $v, $p ); }
In reply to Re^3: collect all numeric form params and update database
by rhesa
in thread collect all numeric form params and update database
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |