in reply to Re^2: How can we read input argument file to a script from its main library?
in thread How can we read input argument file to a script from its main library?
Have you looked at Getopt::Long and @ARGV?
What problems do you have applying the ideas discussed there to your program?
Maybe you also want to look at perlsub to find how to pass parameters to subroutines?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can we read input argument file to a script from its main library?
by Anonymous Monk on Mar 21, 2017 at 12:25 UTC | |
by Corion (Patriarch) on Mar 21, 2017 at 12:27 UTC |