http://qs321.pair.com?node_id=987973


in reply to Re^3: Setting a timer to a system call
in thread Setting a timer to a system call

system ($call); # This is where my system call is my $worker_pid = open( READ, "top -d 1 -b |" ); # What does this + line mean? print "\t$worker_pid\n"; while(<READ>){ } return; }
My question is embedded in the code. Thanks.