Running Commands

$exitcode = system("command line");

$stdout = `command line`;