in reply to Running a Perl Process

i recommend you read a unix system administration book, so you understand what you're doing on the command line. most such books discuss this in a separate chapter, and process id numbers, and how to terminate properly a background task. if you run a script that runs forever (or several thereof), and eat up CPU time on some production unix server, then you're likely to aggrevate the system administrator.
the hardest line to type correctly is: stty erase ^H