Help for this page
open(FILE, ">test.txt") || $failed_flag = 1;
open my $testFH, '>', 'test.txt' or $failed_flag = 1;