Help for this page
sub search { my $file = $File::Find::name; ... print "$text - $file" if $line =~ /$text/; }