in reply to Creating a module with DFA::Simple

What does this have to do with DFA::Simple? Try a test script - i.e., a ".pl", that uses DFA::Simple just to eliminate that as the cause. Then look at Simple Module Tutorial for how to create a module.

Replies are listed 'Best First'.
Re^2: Creating a module with DFA::Simple
by adjohan (Novice) on Feb 24, 2005 at 11:57 UTC
    The error is definitely related to "use DFA::Simple", if I use other module: PDL, PDL::Complex, Tk, POSIX, Getopt::Long, etc, etc.... I don't get that message.

    Obviously, if I don't use DFA::Simple, I don't get the error either.

    Another info, if I use DFA::Simple not in another package, i.e. in main, it works... but I'm trying to create a module.

    Thanks!
    Adrianus