RosettaCodeData/Task/Read-entire-file/Perl/read-entire-file-3.pl
2016-12-05 22:15:40 +01:00

2 lines
47 B
Perl

use IO::All;
$text = io($filename)->utf8->all;