$find->stream(\*DATA, sub { " ... $_[1]$_[2]$_[3] ..." }); while (my $t = $find->match) { print "[[$t]]\n" }