in reply to Re^2: Making a variable from a number in front of a string
in thread Making a variable from a number in front of a string
Now put FILE everywhere that DATA appears in the program. You will now be reading "somefile" on the disk instead of the __DATA__ section.open FILE, '<', "somefile" or die "unable to open file $!";
|
|---|