in reply to Re: 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?

The things which i want to convey are as follows: 1.i have to read the project.txt file from one directory and consider +the relative path from the line which statrts with REVISION_LOCATION: + from the text file.Then my relative path should be considered as my +input_dir(i.e --root) for my following execution. <br> ./html.pl --root=/home/data/check_data/project.txt --outdir=/home/data +/generate --mapfile=/home/data/check_data/mapfile.txt </br>
  • Comment on Re^2: How to read the input directory from command line arguments using perl?
  • Download Code

Replies are listed 'Best First'.
Re^3: How to read the input directory from command line arguments using perl?
by duyet (Friar) on Mar 22, 2017 at 07:29 UTC
    The perl script won't be executed in HTML code!!! See here ...