EchoAngel has asked for the wisdom of the Perl Monks concerning the following question:
what i see at the output is : RETURN S=(((\!CS)&(A^B^\!CI0N))|(CS&(A^B^\!CI1N))).my $returnvalue = "$pin=" . &TransformBooleanEquation($functi +on) if (length($function) > 0); print "[RETURN] $returnvalue\n";
now when i do this, it fails. If i wanted to do this manually in the terminal window, I execute the code below and it works.my $outputValueFromFindArcsScript = system("/proj/dance.pl '$ +returnvalue'") if (length($function) > 0);
why won't my perl code execute this?/proj/dance.pl 'S=(((\!CS)&(A^B^\!CI0N))|(CS&(A^B^\!CI1N)))'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems with sending value to system command
by Errto (Vicar) on Dec 04, 2004 at 01:42 UTC | |
by EchoAngel (Pilgrim) on Dec 04, 2004 at 03:02 UTC | |
by jdalbec (Deacon) on Dec 04, 2004 at 04:18 UTC | |
|
Re: Problems with sending value to system command
by dave_the_m (Monsignor) on Dec 04, 2004 at 12:52 UTC | |
by EchoAngel (Pilgrim) on Dec 06, 2004 at 22:02 UTC |