2 lines
47 B
Perl
2 lines
47 B
Perl
use IO::All;
|
|
$text = io($filename)->utf8->all;
|
use IO::All;
|
|
$text = io($filename)->utf8->all;
|