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