Pugs::Compiler::RegexPerl5.3pm

Langue: en

Version: 2008-07-29 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Pugs::Compiler::RegexPerl5 - Compiler for Perl 6 style "Perl5" regex

DESCRIPTION

This module provides an implementation for Perl 6 regexes that use the ``Perl5'' switch:
     :Perl5 /.*/
 
     :P5 /.*/
 
 

See Pugs::Compiler::Rule for documentation.

AUTHORS

The Pugs Team <perl6-compiler@perl.org>.

SEE ALSO

The Perl 6 Rules Spec: <http://dev.perl.org/perl6/doc/design/syn/S05.html> Copyright 2006 by Flavio Soibelmann Glock and others.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>