while($hit = ) { if ($hit =~ /regexpressionhere/i) { $hit =~ s|^/startdirectory||; print "$hit\n"; } }