in reply to Re^3: Browse Websphere MQ Queues not possible in Perl? It is possible in VB-script...
in thread Browse Websphere MQ Queues not possible in Perl? It is possible in VB-script...

Sorry for the long listing. I was a Cobol-programmer :)
Anyway, this really works.
The script finishes without errors, and the messages are not deleted.
Thanks for the quick reply.
Can you tell me why this is working?
  • Comment on Re^4: Browse Websphere MQ Queues not possible in Perl? It is possible in VB-script...

Replies are listed 'Best First'.
Re^5: Browse Websphere MQ Queues not possible in Perl? It is possible in VB-script...
by Corion (Patriarch) on May 14, 2010 at 11:31 UTC

    Because it is the literal translation of your VB code to Perl.

    Also see Win32::OLE for the various access methods it implements to make OLE objects appear as native Perl objects.