http://www.perlmonks.org?node_id=930633

aartist has asked for the wisdom of the Perl Monks concerning the following question:

Hi

I have perl 5.8.8 installed on my machine and I like to use Regexp::Grammers. The installation of the module fails because it needs Perl 5.10+. How I can use this module?

Thanks.

Replies are listed 'Best First'.
Re: Regexp::Grammers with Version 5.8.8
by keszler (Priest) on Oct 10, 2011 at 13:58 UTC

    How do you know you like it if it won't run? :)

    Regexp::Grammars' description says:

    This module adds a small number of new regex constructs that can be used within Perl 5.10 patterns to implement complete recursive-descent parsing.
    It doesn't look like it'd be very useful in Perl 5.8.

Re: Regexp::Grammers with Version 5.8.8
by Anonymous Monk on Oct 10, 2011 at 13:44 UTC

    How I can use this module?

    Guess :)