Paul.Unix has asked for the wisdom of the Perl Monks concerning the following question:
my @spaziooptions = ($spaziocmd, "-m" , $transref->{'QMANAGER'} ,"-q" +, $destination_queue, "-i" , $transref->{'POLLERFILE'} ,"-d" , $desti +nation_filename , "-k" , $transref->{'DATATYPE'}, "-s", $global_hostn +ame, "-c", $cor_id); my $cmdout; my $cmderr; run3 \@spaziooptions, \undef, \$cmdout, \$cmderr; my $cmdexit = $?;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: thread save calling an external command
by BrowserUk (Patriarch) on Jun 15, 2016 at 15:13 UTC | |
by Paul.Unix (Novice) on Jun 24, 2016 at 08:57 UTC | |
by BrowserUk (Patriarch) on Jun 24, 2016 at 10:05 UTC | |
by Paul.Unix (Novice) on Jul 06, 2016 at 09:17 UTC | |
by BrowserUk (Patriarch) on Jul 06, 2016 at 12:54 UTC | |
Re: thread save calling an external command
by talexb (Chancellor) on Jun 15, 2016 at 15:45 UTC | |
Re: thread save calling an external command
by oiskuu (Hermit) on Jun 15, 2016 at 17:34 UTC | |
Re: thread save calling an external command
by salva (Canon) on Jul 06, 2016 at 09:26 UTC | |
by Anonymous Monk on Jul 06, 2016 at 13:00 UTC |