6 lines
44 B
Perl
6 lines
44 B
Perl
|
use Shell;
|
||
|
|
||
|
$dir = dir();
|
||
|
|
||
|
print $dir;
|