Help for this page

Select Code to Download


  1. or download this
    my $testCmd = (split /\|/, $configLine)[1];
    my $cmd = eval "qq($testCmd)";
    my $activity = "testActivity";
    system("$cmd 1>$activity.stdout 2>$activity.stderr");