Re: Damian's Latest

2001-01-30 Thread David Cantrell

On Tue, Jan 30, 2001 at 05:23:41AM -0500, Dave Cross wrote:

 Damian's latest diary entry talks about the work he's been doing on a
 module called Regex::Common.

I'm still waiting for him to do Parse::Perl.  Goddamnit, I *need* that
module!

-- 
David Cantrell | [EMAIL PROTECTED] | http://www.cantrell.org.uk/david/

   Any technology distinguishable from magic is insufficiently advanced



Re: Damian's Latest

2001-01-30 Thread Richard Clamp

On Tue, Jan 30, 2001 at 05:23:41AM -0500, Dave Cross wrote:
 It's the usual Damian brain-stretching stuff - and this time he 
 manages to find a good use for the $; variable which is _so_
 deprecated that I can't even find it mentioned in the latest Camel.

From p674 
quote
Although we haven't deprecated this feature, you should instead consider
using "real" multidimension hashes now, such as $foo{$a}{$b}{$c} instead of
$foo{$a,$b,$c}.  The fake ones may be easier to sort, however, and are much
more amenable to use as DBM files.
/quote

Richard - who also found a good use for it (Algorithm::MarkovChain)

-- 
Richard Clamp [EMAIL PROTECTED]



RE: Damian's Latest

2001-01-30 Thread Jonathan Peterson

 
 Actually, it's Regexp::Common in case you were looking for it on CPAN.
 

[vast regex snipped]

U.. shouldn't one do this stuff with Lingua::Stem really?