Thread

Posted on Wed Nov 14 23:12:18 2007 by earl
Object::InsideOut makes Eclipse + EPIC freeze?
After a small hiatus, I'm back writing Perl programs and using Object::InsideOut. I am also experimenting with using Eclipse (with the EPIC plug-in) as a Perl IDE. When I run a specific perl script (that uses Object::InsideOut) from within Eclipse, the IDE freezes. However, the scripts appears to run from the OS command line. If I load Eclipse and look at the package window tree hierarchy, there appears to be problem under epic_links. Here, there is a subfolder (1194631772531) containing an InsideOut subfolder containing InsideOut.pm. When I load the InsideOut.pm module into the editor, there appears to be a problem on line 706. Error: Undefined subroutine &B::svref_2object called A fatal error (trappable) The subroutine indicated hasn't been defined, or if it was, it has since been undefined. Do you know why this may be a problem? Thank You, Earl
Direct Responses: 6458 | Write a response
Posted on Wed Nov 14 23:19:43 2007 by jdhedden in response to 6457
Re: Object::InsideOut makes Eclipse + EPIC freeze?
The error given by the editor is a red herring. Line 15 of InsideOut.pm loads the B module: require B; There is some other problem at work. I suggest you contact the author of the EPIC plug-in about both of these issues (the hang and the editor error).
Write a response