Help for this page

Select Code to Download


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