Using the exec or system functions, does anyone know how to only start an external program(lets say Notepad) only if no instance of the program is
running?
I'm writing a small multiuser server in Perl which is started off by Shockwave. But only if it's not already running.
Thank you.