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.
Comment on
Re: Invoke the perl debugger at runtime
Select
or
Download
Code
In Section
Seekers of Perl Wisdom