Perl projects are created (like any other project) by selecting File > New > Project... from the Eclipse menu.
Follow the wizard's instructions to create your Perl Project. Perl Projects appear with a custom folder icon in the Navigator view:
To add entries to a project's Perl Include Path (@INC), right click on the project icon
and select Properties...
Unless absolute paths are entered,
they are interpreted as relative to the project folder. Standard Eclipse variables
(e.g. ${project_loc}
)
can be used.