untested
my $sth = $dbh->prepare("INSERT INTO dd VALUES( ?, ? )"); my %feat = map { $_ => 1 } @idfeat; foreach my $ident (@identifier){ my $result = $feat{$ident} ? 'Feature' : 'Bug'; $sth->execute($ident,$result); }
cheers,
J
In reply to Re: inserting in a database
by edoc
in thread inserting in a database
by bory
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |