Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: script hangs after executing program

by monkey_boy (Priest)
on Dec 15, 2006 at 17:13 UTC ( [id://590061]=note: print w/replies, xml ) Need Help??


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...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://590061]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-29 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found