Help for this page
my @arr = qw(one two three); my $qry = $dbh->prepare('select foo from bar where baz=?'); ... $qry->execute($baz); ... }