in reply to Symbolic references disallowed

Here is another way to read all lines of a file into an array using File::Slurp:
use File::Slurp; my @lines = read_file('/informatica/scripts/arrayDisplayCDCWFs.cfg', c +homp => 1);