in reply to Update is not working properly with Perl DBI Module
UPDATE: poster silently changed the code to fix the issue I pointed out below.
where is $id defined? you reference it several times in the loop, but I don't see it declared anywhere. Unless you mean $ids, but your code would not have run under strict then.
|
---|