in reply to Re^14: Recursive search
in thread Recursive search

:)How do I open a filehandle on some other directory?I want to open the plf on some other directory ,not on the cwd.I know there is opendir and readir but how do I fit in the below code

open my $fh, '<', $plf or die "could not open '$plf' $!";

Replies are listed 'Best First'.
Re^16: Recursive search
by perl_mystery (Beadle) on Dec 18, 2010 at 00:34 UTC

    ignore this request.I figured it out.