5 lines
54 B
Perl
5 lines
54 B
Perl
use Shell;
|
|
|
|
$text = cat("file.txt");
|
|
|
|
print $text; |
use Shell;
|
|
|
|
$text = cat("file.txt");
|
|
|
|
print $text; |