in reply to [SOLVED] Perl randomly couldn't locate a Perl module in @INC

In addition to the questions asked above, is '**' actually in the name of the directories / module names / file names?

--MidLifeXis

  • Comment on Re: Perl randomly couldn't locate a Perl module in @INC

Replies are listed 'Best First'.
Re^2: Perl randomly couldn't locate a Perl module in @INC
by Bravo_t (Acolyte) on Jul 24, 2015 at 01:54 UTC

    No no, of course not. The "**" are just wildcards replacing the self-explanatory file name used by my company.

    Anyway, the problem is now solved, because of the version of Perl interpreter between my local computer and lsf clusters are different. I should find a infrastructure guy to look at this.

    Thank you all for helping me!