Hello,
I am just wondering why the "use strict;" does not produce any errors when we use bareword file handle.
For example, the following code is not throwing any errors.
use strict;
open FH, ">test.txt" or die "not able to open file for writing $!";
Thanks & Regards,
Mohamed