Reputation: 501
I have a project which is developed in Perl, Is there any way to run it in Eclipse env? I use Win8 with Eclipse Standard/SDK Version: Kepler Service Release 2.
My project contains these files in it:
Upvotes: 0
Views: 511
Reputation: 36
If you have configured eclipse for Perl, then following steps will be helpful.
In file menu, there is an option Import.Go there and from the opened dialog box, choose, Perl project. After selecting, you will get a dialog box where you need to select the project folder from the local directory structure and the folder where you want to import the project.
Upvotes: 2