Perl Parser

Description

The Perl parser allows you to have Perl code rendered nicely inside Moin's code blocks.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

parser/Perl

1.0

1.5

ParserMarket/Perl/ReleaseNotes

parser/Perl-1.6

1.0

1.6

ParserMarket/Perl/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.

Usage

To use this parser, simply put #!Perl after the beginning of the code block.

Example

{{{#!Perl
print "Hello World!\n";
}}}

This parser is copyrighted by JohannesHoerburger

License

This parser is released under the terms of the GNU GPL.

Discussion

A download link would be nice, so you dont have to C&P the source for using it! -- Henning

MoinMoin: ParserMarket/Perl (last edited 2008-04-19 21:15:06 by 89)