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(){ } return; }