Mega Code Archive

 
Categories / Perl / String
 

`` returns the result of an shell command

$uptime = `dir`; print $uptime;