3 lines
68 B
Perl
3 lines
68 B
Perl
use File::Map 'map_file';
|
|
map_file(my $str, "foo.txt");
|
|
print $str;
|
use File::Map 'map_file';
|
|
map_file(my $str, "foo.txt");
|
|
print $str;
|