in reply to Invoke the perl debugger at runtime

Please use $^X to get the correct perl, and also use open $fh, '-|', ... rather than executing a string to avoid problems with paths with spaces in.