Re: Using MQSeries modules

2007-11-23 Thread [EMAIL PROTECTED]
On 22 Lis, 17:02, [EMAIL PROTECTED] (Gunnar Hjalmarsson) wrote: > > 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? > > p

Re: Using MQSeries modules

2007-11-22 Thread Rodrick Brown
Try contacting the author On Nov 22, 2007 8:51 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is it correct to use such syntax: > ... > use MQSeries qw(:functions); > > > I try to use MQSeries modules and have errors like this: > > "functions" is not defined in %MQSeries::EXPORT_TAG

Re: Using MQSeries modules

2007-11-22 Thread Gunnar Hjalmarsson
[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 ... I,ve looked many perl manuals and th

Using MQSeries modules

2007-11-22 Thread [EMAIL PROTECTED]
Is it correct to use such syntax: ... use MQSeries qw(:functions); I try to use MQSeries modules and have errors like this: "functions" is not defined in %MQSeries::EXPORT_TAGS at /usr/local/lib/ perl/5.8.8/MQSeries/Command/PCF.pm line 20 Can't continue after import errors at /usr/local/