Help for this page
package Stream::Match; sub new { ... while( $string= $o->nextMatch() ) { print "$string\n"; }
__END__ # This is the code I originally posted ... while( $string= $o->nextMatch() ) { print "$string\n"; }