Mega Code Archive

 
Categories / Perl / System Functions
 

Shell command

use Shell; $uptime = uptime(); print $uptime;