I need to write a program that can be called like a process. The program is going to automate some other perl scripts. I need to incorporate a Start, Stop, and Status. Therefore when you execute
it starts and returns the command prompt. Likewise
returns the state of the program. I have thought about using touch files but it just seems very .... Uneducated. Any ideas or questions?