in reply to changing File Find name
while($hit = <DATA>) { if ($hit =~ /regexpressionhere/i) { $hit =~ s|^/startdirectory||; print "$hit\n"; } } [download]
- - arden.