in reply to Re: Redirecting OUTPUT of system($command) to an array
in thread Redirecting OUTPUT of system($command) to an array
my line 13:$ ./linkSNR2.pl Can't exec "spawn /bin/bash ": No such file or directory at ./script.pl line 13. No such file or directory at ./script.pl line 13. $
The OS I am running on is Sun Solaris 8.my $pid = open my $sys, "-|", `$command` or die $!;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Redirecting OUTPUT of system($command) to an array
by Zaxo (Archbishop) on May 13, 2004 at 19:15 UTC | |
by Anonymous Monk on May 13, 2004 at 19:23 UTC | |
by Nkuvu (Priest) on May 13, 2004 at 19:29 UTC | |
by Anonymous Monk on Jul 15, 2005 at 15:53 UTC | |
by Anonymous Monk on Jul 15, 2005 at 16:08 UTC |