$hr = { x => 1, y => 2 };
when$$dbHash{connect}->prepare("$sql")
is so much cleaner$db->{connect}->prepare($sql)
seems cleaner to me than$str = join(',', ('?') x @{$row->[0]}))
$str = join (",",map {"?"}(0..$#{$rowRefs->[0]})
Hope this helps...
gav^
In reply to Re: dbCopy.pl
by gav^
in thread dbCopy.pl
by abaxaba
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |