NAME
Pugs::Runtime::Match - Match object created by rules
METHODS
* array
* hash
* str
* data
- return the internal representation
* bool
* from
* to
OVERLOADS
* $match->()
- return the capture
* $match->[$n]
- return the positional matches
* $match->{$n}
- return the named matches
* $match ? 1 : 0
- return whether there was a match
SEE ALSO
Pugs::Runtime::Match
AUTHORS
The Pugs Team <perl6-compiler@perl.org>.
COPYRIGHT
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.