The problem is that I cannot rename, move or unlink the file. When I remove all of the DBI related stuff I can. Someone please to explain this?for(@JpgList){ dbh = DBI->connect('Blah', 'Blah', 'Blah', 'Blah'); $dbh->{LongReadLen} = 65535; $stmt = $dbh->prepare(" UPDATE Images SET Name = $_ " ); $stmt->execute; $stmt->finish; $dbh->disconnect; rename("$_","Processed/$_"); }
In reply to DBI won't let go! by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |