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.
-
How-to Install Latest Eclipse 4.2 Epic IDE on Linux:
Install Eclipse Epic for Linux - File >> New Project
- Perl Wizard Project Creation
Select Perl
Set Project Name
Finish
- Right-Click on Project > New File
Name it As: helloworld.pl
- Inserts the Perl Hello World
#!/usr/bin/perl
print "Hello World!\n"Save
- Running helloworld.pl File
Output:
-
Getting-Started Debugging Perl Project on Eclipse: