lily123 has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
My perl script is using Regexp::common module. The only function used is $RE{balanced}.
The perl script when run(as .pl) doesnot pose any error. But when its exe is executed it is saying error lik 'can't find Regexp::Common::lingua'; I'm not using any of the functions related to lingua.
Is there any way to get out this without having to list all the modules(in Regexp::Common) with 'use'?

-Thanx

Replies are listed 'Best First'.
Re: Problem with perl exe
by ysth (Canon) on Sep 10, 2004 at 09:28 UTC
    How did you build the exe? With PAR? With ActiveState's tool whose name escapes me? other?
      exe is created using perlapp.