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

I am using CQPerlExt in one of my perl scripts and it throws the following error:
$ perl cq-gpq.pl -u username -p "ProjectNmaeinCQ" -x -m emialID Can't locate CQPerlExt.pm in @INC (@INC contains: /usr/lib/perl5/site_ +perl/5.14/x86_64-cygwin-threads /usr/lib/perl5/site_perl/5.14 /usr/li +b/perl5/vendor_perl/5.14/x86_64-cygwin-threads /usr/lib/perl5/vendor_ +perl/5.14 /usr/lib/perl5/5.14/x86_64-cygwin-threads /usr/lib/perl5/5. +14 .) at cq-gpq.pl line 160. BEGIN failed--compilation aborted at cq-gpq.pl line 160.
From where should I install CQPerlExt.pm?

Replies are listed 'Best First'.
Re: CQPerlExt.pm module
by marto (Cardinal) on Dec 09, 2014 at 18:31 UTC
      Thanks! I did find this one after I posted my question.