- or download this
my @a = read_file($outputfile1)
or die "couldn't read $outputfile1 - $!";
# ........................................^^
- or download this
couldn't read C:\log_parsing\app_output.txt - No such file or director
+y at log_windows_new.pl line 444.
#.............................................^^^^^^^^^^^^^^^^^^^^^^^^
+^
- or download this
my @a = read_file($outputfile1)
or die "couldn't read $outputfile1 - $! [$^E]";