Eclipse Integrated Perl Development environment

Source: Internet
Author: User

With the Perl environment under Linux, how do you develop Perl under Windows? Believe that many developers dream of things.

This article teaches you to install the Perl plugin in eclipse, so let's follow the steps below.


1. First install the Perl Environment under window:

: http://www.activestate.com/activeperl/downloads
file name: Activeperl-5.16.1.1601-mswin32-x86-296175.msi

1.1 Click to download the good files follow the prompts step-by-step installation

1.2 Detect if Perl is installed successfully:

1.2.1 "Start", "Run", "cmd" input perl-v, if there is a large paragraph of the explanatory text, then congratulations, Windows Perl installed

1.2.2 If the prompt is not an internal or external command, it means that the installation does not automatically add Perl file paths to the environment variables.

Specific settings: Environment variables, advanced system settings, properties, computer

D:\develop\perl\bin;d:\develop\perl\site\bin # This is my computer's setup, please configure it as your own installation path


2. Installing the JDK

: http://www.oracle.com/technetwork/java/javase/downloads/index.html

I have installed: Jdk-8u5-windows-x64.exe

Note: If your computer is 32-bit, please download the 32 version of the JDK; If your computer is 64-bit, please download the 64-bit JDK.


3. Install Eclipse

: http://www.eclipse.org/downloads/

I have installed: Eclipse-java-kepler-sr2-win32-x86_64.zip

Note: If your computer is 32-bit, please download version 32 of Eclipse; If your computer is 64-bit, please download 64-bit eclipse.


4. Install Eclipse plugin epic
: Http://sourceforge.net/projects/e-p-i-c/files/latest/download?source=filesorg.epic.updatesite_0.6.35_20090521.zip

4.1 Unzip after download, Copy the jar packages under the feature and plugins two folders to the corresponding feature and plugins directories under the Eclipse installation directory

4.2 Then restart Eclipse;
4.1.1 You see Perl project when you create a new project.

4.1.2 Write a test file test.pl, content: print "Hello world!\n"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.