套件:libppr-perl(0.001010-2)
libppr-perl 的相關連結
Debian 的資源:
下載原始碼套件 libppr-perl:
- [libppr-perl_0.001010-2.dsc]
- [libppr-perl_0.001010.orig.tar.gz]
- [libppr-perl_0.001010-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Pattern-based Perl Recognizer
The PPR module provides a single regular expression that defines a set of independent subpatterns suitable for matching entire Perl documents, as well as a wide range of individual syntactic components of Perl (i.e. statements, expressions, control blocks, variables, etc.)
The regex does not "parse" Perl (that is, it does not build a syntax tree, like the PPI module does). Instead it simply "recognizes" standard Perl constructs, or new syntaxes composed from Perl constructs.
Its features and capabilities therefore complement those of the PPI module, rather than replacing them.