in reply to Re^2: Executing perl program from another perl program and capturing the output
in thread Executing perl program from another perl program and capturing the output
I had tried Win32:GetShortPathName and it worked but, as this is a cross-platform tool, I prefer to avoid platform-specific code paths where possible.
Indeed. I don't have to write cross-platform very often, and I have no problem using well-written modules when required.
But unlike many others (it seems), my criteria for "when required" extends well beyond 'it exists'. If I don't need it, I don't use it(*).
I like simple! (Which my wife would probably say, is just as well ... :)
There are very good reasons for keeping ones dependencies to a minimum.
|
|---|