MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Perl script error

    Posted Thu January 08, 2015 12:40 AM
    I have a script for log clean up in one of the mq servers with perl version v5.10.1
    On executing the script I get the below exception
    $* is no longer supported at  line 300

    Below is what we have in internet.


    $* - Deprecated in Perl 5.and Removed in Perl v5.10.0.
    $* was a variable that you could use to enable multiline matching. After a deprecation cycle, its magic was removed in Perl v5.10.0. Using it now triggers a warning: $* is no longer supported. You should use the /s and /m regexp modifiers instead

    Is there any fix pack available in IBM to fix the above error ? I have searched in IBM site but couldnt find .

    Thanks