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?
>
>      perldoc MQSeries

from perldoc MQSeries it is possible:

use MQSeries qw(:functions);
Export just the functions.  This should be the way most modules import
MQSeries, as it saves 400Kbyte per module  importing MQSeries.  In
order to use a macro, e.g. "MQCC_FAILED", you could either add it to
the list on the "use" statement, or refer to "MQSeries::MQCC_FAILED".

>
> Another option is to upgrade to the latest version of the module.
>

it is the latest version od the module:

cpan[2]> r /MQSeries/
All modules are up to date for /MQSeries/
cpan[3]>

[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to