I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-11-20 00:19:53.935474-08 by vade
Unable to use any OO interface of MQSeries
Hi,

I recently installed MQSeries module in one of our RHEL5 boxes running perl 5.8.8. But when I execute the sample codes utilizing the MQSeries::QueueManager or any other OO interface it failed and I found some errors in the logs. It says it can't find validate.pm file. Where can I find this validate.pm file?

I also tried MQCONNX and the connection works but I'm having problems inputting the Queue Manager name. Is the $Name (queue manager) in the line below a string or an array type?

$Hconn = MQCONNX($Name,$ConnectOpts,$CompCode,$Reason);

Please help. Thanks.


Best regards,
Vade

Direct Responses: Write a response