Apache2-PPI-HTML

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Apache2::PPI::HTML - Apache 2 interface to PPI::HTML

DESCRIPTION
    PPI::HTML is a HTML syntax highlighter for Perl source code. Because it
    is based on PPI it can correctly parse just about anything you can
    possibly throw at it, and then flexibly generate a HTML version based on
    any arbitrary colour scheme you wish, or use a standalone CSS file for
    it's style information.

    This initial version is primarily intended to serve as a highlighting
    service to a AJAX-based syntax highlighter.

    The handler recieves a chunk of Perl source code from the browser in the
    CGI 'code' parameter, and a second 'ajax' param determines if the
    highlighter is running in AJAX mode.

lib/Apache2/PPI/HTML.pm  view on Meta::CPAN

=pod

=head1 NAME

Apache2::PPI::HTML - Apache 2 interface to PPI::HTML

=head1 DESCRIPTION

L<PPI::HTML> is a HTML syntax highlighter for Perl source code. Because
it is based on L<PPI> it can correctly parse just about anything you can
possibly throw at it, and then flexibly generate a HTML version based on
any arbitrary colour scheme you wish, or use a standalone CSS file for
it's style information.

This initial version is primarily intended to serve as a highlighting
service to a AJAX-based syntax highlighter.

The handler recieves a chunk of Perl source code from the browser in
the CGI C<'code'> parameter, and a second C<'ajax'> param determines if
the highlighter is running in AJAX mode.



( run in 0.246 second using v1.01-cache-2.11-cpan-496ff517765 )