Tuesday, April 30, 2013

Quick Start Perl Hello-World Project on Eclipse 4.2 Juno Epic IDE Easy Visual-Guide

The Visual-Guide Presents a Quick Getting-Started on the Eclipse 4.2 Juno Epic IDE with an Hello-World Perl Project.


At the Moment there are Not Many Choices for Perl Development on Linux So the Eclipse IDE with the EPIC Perl Plugin Represents One of the Best Choices for Perl Development on Linux.

Perl Eclipse
  1. How-to Install Latest Eclipse 4.2 Epic IDE on Linux:

    Install Eclipse Epic for Linux
  2. File >> New Project
    Eclipse New Project
  3. Perl Wizard Project Creation

    Select Perl

    Eclipse Epic New Perl Project - 1

    Set Project Name

    Finish

  4. Right-Click on Project > New File
    Eclipse Epic New Perl Project - 2

    Name it As: helloworld.pl

  5. Inserts the Perl Hello World
    #!/usr/bin/perl
    print "Hello World!\n"

    Save

  6. Running helloworld.pl File
    Eclipse Epic Running hello-world.pl

    Output:

    Eclipse Epic Hello World Output
  7. Getting-Started Debugging Perl Project on Eclipse:

    Eclipse Epic Debugging SetUp