in reply to Problems executing a (bioperl) script from another script
and this does not:open( my $command_out, "-|", $command ); sleep 3; close $command_out;
Why?open( my $command_out, "-|", $command ); close $command_out;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problems executing a (bioperl) script from another script
by graff (Chancellor) on Aug 14, 2010 at 05:37 UTC |