in reply to Command line options in EPIC (Perl + Eclipse)

Here are the steps for the Debug configuration. Same idea for Run configuration.

To set @INC to find your project's modules:

Replies are listed 'Best First'.
Re^2: Command line options in EPIC (Perl + Eclipse)
by buz260 (Novice) on Apr 16, 2009 at 11:55 UTC
    Hello. Is there a way to set @INC for all your projects at the same time (ie a default @INC for all your projects in Eclipse) rather than doing each one seperately? Cheers.