in reply to Combine two plus files for parsing during import
Do you mean:
local @ARGV = ('firstFile.txt', 'secondFile.txt'); while (<>) { # do stuff with firstFile.txt then secondFile.txt } [download]