in reply to Getting started with Eclipse & EPIC

How to use perl modules while usig epic for coding in perl ? Any Suggestion
  • Comment on Re: Getting started with Eclipse & EPIC

Replies are listed 'Best First'.
Re^2: Getting started with Eclipse & EPIC
by g0n (Priest) on Aug 26, 2008 at 21:17 UTC
    I find:

    use strict; use warnings; use mymodule;

    works tolerably well for me ;-). Seriously - I don't understand your question. You use modules the same way when you write code in EPIC/Eclipse as you do any other time. Could you explain what you mean?

    --------------------------------------------------------------

    "If there is such a phenomenon as absolute evil, it consists in treating another human being as a thing."
    John Brunner, "The Shockwave Rider".