On 8/12/05, Jacob Fugal <[EMAIL PROTECTED]> wrote: > On 8/12/05, Jonathan Ellis <[EMAIL PROTECTED]> wrote: > > Fantastic. Now where does its world-dominant string support help turn > > my data back into an object easier than > > > > >>> joe = Users.getSome(fname='joe') > > $joe = Users->search(fname => 'joe')->first;
Oh, sorry[1], I didn't provide enough context[2]. I'm using the Class::DBI[3] module from CPAN. Jacob Fugal [1] Sarcasm [2] Intentionally. My point was, neither did Jonathan. He didn't mention that his code relied on a python module, not a builtin feature of python. [3] http://search.cpan.org/~tmtm/Class-DBI-0.96/ .-----------------------------------. | This has been a P.L.U.G. mailing. | | Don't Fear the Penguin. | | IRC: #utah at irc.freenode.net | `-----------------------------------'
