Re: Module Class::Stringify?

2004-12-27 Thread A. Pagaltzis
I'm a month late, but here goes: * Robert Rothenberg [EMAIL PROTECTED] [2004-11-14 15:21]: sub is_string_like { return 1, unless (defined $_[0] ref $_[0]); # We don't evaluate whether the . and .= operators are # supported, since for many applications that use strings, the

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-12-27 Thread A. Pagaltzis
* Tim Bunce [EMAIL PROTECTED] [2004-12-01 10:47]: On Tue, Nov 30, 2004 at 10:40:34PM +, Nicholas Clark wrote: On Tue, Nov 30, 2004 at 10:32:12PM +, Tim Bunce wrote: On Tue, Nov 30, 2004 at 09:38:47PM +, Nicholas Clark wrote: On Tue, Nov 30, 2004 at 08:53:51PM +, Tim Bunce

Re: Module Name

2004-12-27 Thread Darren Chamberlain
David Landgren wrote: Terrence Brannon wrote: I believe you can do everything that this module does using Parse::RecDescent. Maybe so, but Parse::RecDescent is slow, and that in itself is reason enough to avoid using it. You also have to write the grammar, which can take a non-trivial amount of

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-12-27 Thread Ken Williams
On Dec 27, 2004, at 7:57 AM, A. Pagaltzis wrote: File::Spec feels much less awkward most of the time, but I still occasionally wish for more. Plug Maybe you ought to try Path::Class, then. /Plug -Ken