Apache2-SSI

 view release on metacpan or  search on metacpan

lib/Apache2/Expression.pm  view on Meta::CPAN

=over 4

=item C<elements>

An array reference of sub elements contained which provides granular definition.

Whatever the C<elements> array reference contains is defined in one of the types below.

=item C<name>

The name of the element. For example if this is a function, this would be the function name, or if this is a variable, this would be the variable name without it leading dollar or percent sign nor its possible surrounding accolades.

=item C<raw>

The raw string, or chunk of string that was processed.

=item C<re>

This contains the hash of capture groups as provided by L<Regexp::Common::Apache2>. It is made available to enable finer and granular control.

=item C<regexp>



( run in 0.307 second using v1.01-cache-2.11-cpan-10c994e2082 )