On Wed, 2006-26-04 at 19:44 +0100, Graeme McLaren wrote: > Hi all, I have a problem where I have say, five tables one of which is > called "log" this keeps a log of various updates that are done to the other > four tables.
By tables, do you means SQL tables in a SQL database? Many modern SQL databases have a feature to log all transactions on a table. That way, regardless of the access, all transactions are recorded. And it would be more efficient than doing it in Perl. -- __END__ Just my 0.00000002 million dollars worth, --- Shawn "For the things we have to learn before we can do them, we learn by doing them." Aristotle * Perl tutorials at http://perlmonks.org/?node=Tutorials * A searchable perldoc is at http://perldoc.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>