Hi all,
I've just packaged an old project.
Apache::Syntax::Highlight::Perl is a simple mod_perl (both 1 and 2) module that
provides syntax highlighting for Perl code. This module is a wrapper around
Syntax::Highlight::Perl.
You can see a preview at:
http://modperl.it/highlight/
(currently, only filenames matching \.(p|P)(l|L|m|M)$ 'FileMatch' regex are
processed)
Optionally you can download plain file by adding 'download' param in the query
string. For example:
http://modperl.it/highlight/lib/Apache/Syntax/Highlight/Perl.pm?download
I plan to put it on CPAN and eventually add a cache layer for processed (and
unchanged) files, so any comment about namespace and/or criticism are welcome :-)
by
- Enrico
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html