Howdy monks. I've got a system built up of several perl apps that run simultaneously. These all show up as "perl.exe" under the column "Image Name" in the Windows Task Manager process list. This is less than optimal for debugging purposes. Is there any way I can have each app set its Image Name to something meaningful? There doesn't seem to be an argument to perl.exe that will do the job. I found Win32::ToolHelp, but this only lets you to get, not set, process info.