* Chris Dolan <[EMAIL PROTECTED]> [2005-07-21 22:05]: > What's the minimum version of Perl needed to reliably exploit the (?{ > code }) feature in regexps?
You can check at <http://search.cpan.org/dist/perl/>. The first version where pelre documents this feature is 5.005. Though as far as “reliably” is concerned: it has never lost its “experimental” status. Even if I doubt that it would be removed from Perl5 at this point. Regards, -- #Aristotle *AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}; &Just->another->Perl->hacker;