I'm getting this error when trying debug using Perl 5.6.0 (yeah, I know it's old) EPIC 3.10, and Eclipse 3.0.2 running on Redhat 9
Use of inherited AUTOLOAD for non-method PadWalker::peek_my() is deprecated at (eval 21)[/usr/local/lib/perl5.6.0/perl5db.pl:1510] line 2
Is PadWalker not compatible with Perl 5.6?
I have Perl 5.8, but I'm running an app that uses TK and the libraries aren't installed for 5.6 (I don't have root on my machine)
Do I need to run Perl 5.8?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting this error when trying debug using Perl 5.6.0 (yeah, I know it's old) EPIC 3.10, and Eclipse 3.0.2 running on Redhat 9
Use of inherited AUTOLOAD for non-method PadWalker::peek_my() is deprecated at (eval 21)[/usr/local/lib/perl5.6.0/perl5db.pl:1510] line 2
Is PadWalker not compatible with Perl 5.6?
I have Perl 5.8, but I'm running an app that uses TK and the libraries aren't installed for 5.6 (I don't have root on my machine)
Do I need to run Perl 5.8?