in reply to Re: script hangs after executing program
in thread script hangs after executing program

open and system can be very similar.. what happens when you do this:
open ( my $fh , "ps -elf |"); print $_ while(<$fh>);



This is not a Signature...