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
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
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
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