Subject: | Wrong processing for PERL5DB |
http://perldoc.perl.org/perldebug.html
BEGIN { require "myperl5db.pl" }
As a last resort, you could also use PERL5DB to customize the debugger by directly setting internal variables or calling debugger functions.
You should just eval( $ENV{PERL5DB} ) and do not do any processing because there is plain perl code.
In my case this construct does not work:
PerlSetEnv PERL5DB "use Devel::DebugHooks::Terminal qw/NonStop trace_flow/; 1"