Help for this page
unless (open my $fh, '<', 'file') { # . . . }
open my $fh, '<', 'file' or do { # . . . };