3 lines
86 B
Perl
3 lines
86 B
Perl
|
|
use autodie;
|
||
|
|
open my $fh, '<', 'file'; # automatically throws an exception on failure
|