in reply to Re: Loading all .txt files within current directory
in thread Loading all .txt files within current directory

Thanks. So I can load in all .txt files simply using @ARGV = glob('*.SAM');? I have tried this, but as before - the script does not execute the commands (besides printing the headers) and I can't figure out why.
  • Comment on Re^2: Loading all .txt files within current directory