in reply to Debugger problem in 5.10

Hello,

Obviously perl 5.10 is a version of perl 5, but from my research, personally I wouldn't expect a 5.8 application of any substance to work unmodified on perl 5.10.

What I do in your situation is install perl 5.8 in an isolated location (perhaps /home/me/myapp/extern) and then set up an environment with that perl (/home/me/myapp/extern/bin) in the $PATH just for that app.

Regards,

Replies are listed 'Best First'.
Re^2: Debugger problem in 5.10
by ysth (Canon) on Jan 05, 2009 at 02:22 UTC