advait has asked for the wisdom of the Perl Monks concerning the following question:
$command ="nice R --slave --args $DirName $SubDirName < read_parameter +s_by_file_batch.R "; system($command);
$cmd = "perl /var/www/cgi-bin/vcgi/ProcessFiles_test.pl $UploadDir + $DirName $TotFiles &"; system ($cmd); fork && exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system command not working after connection with cgi breaks
by pc88mxer (Vicar) on Jun 23, 2008 at 17:57 UTC | |
by advait (Beadle) on Jun 23, 2008 at 18:04 UTC | |
by pc88mxer (Vicar) on Jun 23, 2008 at 19:42 UTC | |
by dwm042 (Priest) on Jun 23, 2008 at 18:24 UTC | |
|
Re: system command not working after connection with cgi breaks
by psini (Deacon) on Jun 23, 2008 at 17:30 UTC | |
by advait (Beadle) on Jun 23, 2008 at 17:52 UTC | |
by psini (Deacon) on Jun 23, 2008 at 18:08 UTC |