Help for this page
if ( condition1 or ... { # do something else }
open( my $fh, '<', 'text.txt', ) or die "died";