Help for this page
$var = system "some system call";
$var = system "some system call > some_file.extension"; if($var){ #open file and parse the contents into a string }