Help for this page
#!/usr/bin/env perl use v5.36; ... use Carp; open(my $ifh, '<', 'doesnotexist.dat') or croak($!);