in reply to Load a single column file into a hash
Instead of the INLINE FILES, You will need something like this:
open (FILE1, '<', "pathtofile1") or die "unable to open pathtofile1 $! +"; open (FILE2, '<', "pathtofile2") or die "unable to open pathtofile2 $! +";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Load a single column file into a hash
by johngg (Canon) on Feb 05, 2018 at 15:27 UTC |