Re: Seeking advice on possible module Map::Hash, etc.

2002-01-22 Thread Adekunle Olonoh
> To give an idea why this might be useful: I often > loop, calling a function which returns a list or hash, > and want to easily check if the list or hash I'm > getting back is one I have seen already. The following > doesn't work: > >my %seen; >while(1) > { > my @list = som

New Module: MySQL::Diff

2001-03-05 Thread Adekunle Olonoh
User-ID: ADEO I'd like to add a new module to CPAN, and I'm open to suggestions on the name. Working name: MySQL::Diff. MySQL::Diff compares two MySQL database structures (or tables) and returns the MySQL commands needed to transform the first database to an identical copy of the other. Th