Help for this page
if ( open my $fh, ... ) { while (<$fh>) { ... } ... ;1 } or do { warn "error: $@"; };