in reply to Re^4: 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?
No, you should not use @ARGV anywhere outside the main program.
Pass the parameter in your call to the library.
See perlsyn.
|
|---|