> 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
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