in reply to Re^2: Including text files in Modules
in thread Including text files in Modules

You need the full path to the text files. The relative path is relative to current directory at runtime, not to the directory your module is in.

Replies are listed 'Best First'.
Re^4: Including text files in Modules
by Miguel (Friar) on Nov 04, 2004 at 19:34 UTC
    I tried that too.

    But then how do I do to use this module in other systems?