RosettaCodeData/Task/Read-entire-file/Perl/read-entire-file-3.pl
2023-07-01 13:44:08 -04:00

2 lines
47 B
Perl

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