RosettaCodeData/Task/Assertions/Perl/assertions-3.pl

3 lines
86 B
Perl
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
use autodie;
open my $fh, '<', 'file'; # automatically throws an exception on failure