Re: Debugging per scripts running under VMS embedded perl.

2006-12-19 Thread doug brann
Hi Craig and John, the output of perl -cwe "use Devel::ptkdb;" gives "-e syntax ok" The problem in this case is that I'm trying to run a script from "eval" within the persistent.pl file in the perlembed doc. It doesn't seem to have the same behaviour as $ perl -e "#!perl -d:flirble; print

Re: Debugging per scripts running under VMS embedded perl.

2006-12-18 Thread Craig A. Berry
At 6:46 PM -0500 12/18/06, John E. Malmberg wrote: >doug brann wrote: >>Hi, >> >>so my (latest) problem is that I'm running embedded, persistent perl in a >>manner very similar to the perldoc on perlembed (which I've attached at the >>bottom of this e-mail) >> >>All of this is straight forward en

Re: Debugging per scripts running under VMS embedded perl.

2006-12-18 Thread John E. Malmberg
doug brann wrote: Hi, so my (latest) problem is that I'm running embedded, persistent perl in a manner very similar to the perldoc on perlembed (which I've attached at the bottom of this e-mail) All of this is straight forward enough. But sometimes the script that is being run needs to be d

Debugging per scripts running under VMS embedded perl.

2006-12-18 Thread doug brann
Hi, so my (latest) problem is that I'm running embedded, persistent perl in a manner very similar to the perldoc on perlembed (which I've attached at the bottom of this e-mail) All of this is straight forward enough. But sometimes the script that is being run needs to be debugged, and my user