Help for this page

Select Code to Download


  1. or download this
    my $exec = "/usr/local/bin/monster -i$id $filePath$file &";
    qx/$exec/;
    
  2. or download this
    exec("/usr/local/bin/monster", "-i", $id, "$filePath$file");