in reply to Re: Hex regex fails in subroutine
in thread Hex regex fails in subroutine

The code point notation is just a convenient way to specify them without needing utf8 in the Perl code.

I understand this but what I don't get is why you've done this after specifying use uft8; which is the explicit declaration that you do intend to have utf8 in the Perl code. This seems contradictory to me - what am I missing here? Thanks.


🦛

Replies are listed 'Best First'.
Re^3: Hex regex fails in subroutine
by ikegami (Patriarch) on Oct 06, 2023 at 16:08 UTC

    [Nevermind. I had missed the point.]