in reply to Re: how can I input different files as an argument while I am running my perl program?
in thread how can I input different files as an argument while I am running my perl program?

Thanks very much for the reply. However, does that mean that in my perl program, I should include the following line: open (INFILE, @ARGV); in order for me to input different textfiles when I type in the command line? btw is it necessary for me to include -x when I specify the path?
  • Comment on RE: Re: how can I input different files as an argument while I am running my perl program?