in reply to Class::DBI deletes

Did you read the documentation ?

Multiple objects can be deleted by calling delete_all on the Iterator returned from a search.
Table->retrieve_all->delete;

Replies are listed 'Best First'.
Re^2: Class::DBI deletes
by jatill (Beadle) on Jul 21, 2005 at 14:17 UTC
    Indeed I looked at the docs, but you don't always see everything. Thanks.