in reply to Re: Re:x3 Array of Hash interface to an Array of Array? (grouping in SQL)
in thread Array of Hash interface to an Array of Array?

FWIW the DWIM DB engine that works in this case is probably long defunct...
I'm guessing FWIW is "for what it's worth", but what the heck is DWIM?

Cheers!

  • Comment on Re: Re: Re:x3 Array of Hash interface to an Array of Array? (grouping in SQL)

Replies are listed 'Best First'.
Re: Re: Re: Re:x3 Array of Hash interface to an Array of Array? (grouping in SQL)
by EdwardG (Vicar) on Sep 02, 2003 at 06:36 UTC

    From perlop:

    When presented with something that might have several different interpretations, Perl uses the DWIM (that's "Do What I Mean") principle to pick the most probable interpretation. This strategy is so successful that Perl programmers often do not suspect the ambivalence of what they write. But from time to time, Perl's notions differ substantially from what the author honestly meant.