in reply to Re^2: Please advice
in thread Please advice
Or you might try IO::Prompt. For searching subdirectories, you can use File::Find. You are automatically chdir'd to the directory of each file as it is 'found'.print "Enter directory: "; chomp(my $dir = <STDIN>);
|
|---|