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'?