Help for this page
my $cnt = 1; foreach my $field ( @fields ) { $sth->bind_param( $cnt, $q->param( $field ); $cnt++; }