in reply to regex experimental constructs: use or not use ?

HI
Just an FYI, but. did you check the latest version of the perlre documentation for perl 5.20.1.

The temporal difficulty with perl is u need to know C well to know the awesome.else u just keep *using* it and writing inefficient code
  • Comment on Re: regex experimental constructs: use or not use ?

Replies are listed 'Best First'.
Re^2: regex experimental constructs: use or not use ?
by rsFalse (Chaplain) on Nov 03, 2014 at 13:06 UTC
    Thank you, after I googled, somehow I has opened and was reading v5.8.8 documentation. In new documentation there are no such warnings.

      If you are a new to Modern Perl (like me) then i suggest you start using perlbrew with cpanm. that way when you are working on x version of perl on your *nix system, ideally your perldoc looks at the x version of the documentation. (i tested this just now using perlrew :D for your benefit).

      The temporal difficulty with perl is u need to know C well to know the awesome.else u just keep *using* it and writing inefficient code