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