I would like to put in a check at the beginning of my program to see if there is already an instance of itself already running. The examples code I have seen for getting a process list will only return the path to perl.exe, not the name of the program itself. (I.E. C:/PATH/myprogram.pl )
I would like a method that would work by using only the modules that come with the ActivePerl 5.6 distribution.
So Proc::ProcessTable is no good.
Thanks.