[EMAIL PROTECTED] wrote:
Is it correct to use such syntax: ... use MQSeries qw(:functions);
According to the docs at cpan.org it is.
I try to use MQSeries modules and have errors like this: .... "functions" is not defined in %MQSeries::EXPORT_TAGS ...
<snip>
I,ve looked many perl manuals and there is no informations about using qw(:functions) in use syntax.
"Many perl manuals"? How about checking the docs for the version of MQSeries that's installed on your system?
perldoc MQSeries Another option is to upgrade to the latest version of the module. -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/