in reply to How to read directories from the text file using perl?

FindBin is probably a more appropriate choice than Cwd for this purpose.


Dave

  • Comment on Re: How to read directories from the text file using perl?

Replies are listed 'Best First'.
Re^2: How to read directories from the text file using perl?
by finddata (Sexton) on Mar 23, 2017 at 06:33 UTC
    But the FindBin will read the folders directly from the location.How it will read from one text file?
      Why not copy/paste from your previous programs or perlintro?