Qiao Zhou
Qiao Zhou

Reputation: 149

Perl in eclipse: ant build

When I opened a Perl code in Eclipse and tried to run, it wanted to prompt me which Build to run, for example, run as Ant Build.

So what should I do in order to make the code running? I used to run those Perl codes in Eclipse directly, without incurring these additional prompts.

Thanks!

Upvotes: 1

Views: 475

Answers (1)

Nikhil Jain
Nikhil Jain

Reputation: 8352

Try to install EPIC Plug-in in Eclispe thereafter you can able to run the Perl code.

see How to run Perl scripts inside Eclipse? for more detail.

Upvotes: 1

Related Questions