RSS | Module Info | Add a review of PPI

4 out of 6 found this review helpful:

PPI (1.201) *****

I'm only a casual user of PPI via other things that use it, but I'm extremely glad for its existence. In particular, better editor support is critical for perl right now and PPI goes a long way forward on that front.

Ken Williams - 2007-12-16 19:57:42
Was this review helpful to you?  Yes No

9 out of 9 found this review helpful:

PPI (1.118) *****

Excellent concept, superbly executed and maintained.

Recently I had to add the /m flag to all regexes in a program (ghc-asm) because Perl 5.9.x removed support for the $* variable; PPI solved this problem in 5 lines. Without PPI, it would take much more work, and the result would be much more fragile.

Audrey Tang - 2007-07-30 04:07:58
Was this review helpful to you?  Yes No

4 out of 4 found this review helpful:

PPI (1.118) *****

The first time I finally installed and tried using PPI, I was shocked. It was as easy to use as, say, the JavaScript DOM API, but instead of jumbling up HTML, I was scattering Perl constructs around the tree. It was fantastic, and I still find it incredibly useful, especially as the power behind Perl::Critic.

Ricardo SIGNES - 2007-05-08 18:56:05
Was this review helpful to you?  Yes No

1 out of 2 found this review helpful:

PPI (1.106) *****

I use it for my UML-editor to analyse the imported packages. It is great!

reneeb - 2005-12-10 13:08:19
Was this review helpful to you?  Yes No

0 out of 1 found this review helpful:

PPI (0.829) *****

It just rox! We need that a long time ago!

Graciliano M. P. - 2004-09-26 22:32:32
Was this review helpful to you?  Yes No

PPI (0.810) *****

I've been using PPI for doing the parsing of Perl in CPANXR and I must say that I'm more than satisfied with the quality of this module. The saying "only perl can parse Perl" is still true, but PPI comes in close (and hey, PPI is pure Perl). I've only used the tokenizer part (PPI::Tokenizer) so that's what I base this rating on.

Keep up the good work!

Claes Jacobsson - 2004-06-14 12:41:25
Was this review helpful to you?  Yes No


the camel