in reply to Re^2: How to read the input directory from command line arguments using perl?
in thread How to read the input directory from command line arguments using perl?
You already have all the pieces that you need:
If you're unsure on how to open the project.txt file instead of using the magic while(<>) that bart used, please see "Files and I/O" in perlintro.
Updated wording slightly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to read the input directory from command line arguments using perl?
by finddata (Sexton) on Mar 22, 2017 at 11:20 UTC | |
by haukex (Archbishop) on Mar 22, 2017 at 14:05 UTC |