6 lines
53 B
Perl
6 lines
53 B
Perl
|
use Shell;
|
||
|
|
||
|
$uptime = uptime();
|
||
|
|
||
|
print $uptime;
|