I have a perl script that reads in a config file for a file moving script I am building. The config file is formated like:
/path/to/files/inbound | /path/to/files/outbound |
[email protected]
The code below is what I am trying to use the read the file and split out the sections into...