logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XML::PatAct::PATTERN - A pattern module for

Author

       This template file was written by Ken MacLeod, ken@bitsko.slc.ut.us

Description

       XML::PatAct::PATTERN is a pattern module for use with PatAct action modules for applying pattern-action
       lists to XML parses or trees.  XML::PatAct::PATTERN ...

       Parameters can be passed as a list of key, value pairs or a hash.

       DESCRIBE THE FORMAT OR LANGUAGE OF YOUR PATTERNS HERE

Name

       XML::PatAct::PATTERN - A pattern module for

See Also

perl(1)

       ``Using PatAct Modules'' and ``Creating PatAct Modules'' in libxml-perl.

perl v5.36.0                                       2022-12-13                     XML::PatAct::PatternTempl(3pm)

Synopsis

        use XML::PatAct::PATTERN;

        my $patterns = [ PATTERN => ACTION,
                         ... ]

        my $matcher = XML::PatAct::PATTERN->new( Patterns => $patterns );

See Also