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