in reply to $* is no longer supported

I'm not going to analyze your code, but according to the older discussions I googled $* has to be replaced by /m and /s modifiers in your code.

So adding /ms at every regex executed after setting '$*' should do, otherwise drop one of them (yeah the documentation isn't much clearer).

Cheers Rolf

( addicted to the Perl Programming Language)

Replies are listed 'Best First'.
Re^2: $* is no longer supported
by nootkan (Novice) on Apr 26, 2021 at 16:30 UTC
    Hi Rolf, can't believe I left this post so long before thanking you and saying your solution worked. My apologies and my sincere appreciation.