I am trying to debug a Perl CGI application. I choose EPIC for this, but my application does not run correctly because of the following error:
can't locate .pm in @INC
I Googled for it but can’t find anything yet.
Accidentally I right-clicked on the project in Eclipse “Navigator” and click on “Properties”. There is a “Perl Include Paths”. This helped me.
BTW: There is a simple tutorial regarding Perl Debug using EPIC at IBM DeveloperWorks:
http://www.ibm.com/developerworks/opensource/tutorials/os-epic/index.html
Link to this post!