in reply to Re^5: Internal representation of qr// compiled regular expressions
in thread Internal representation of qr// compiled regular expressions
And what is: '(?^u:' ?
When inspecting (using the EPIC/Eclipse Perl debugger) the internal composition of a compiled regex (for example:
my $var = qr/abc/;then $var shows as:
'(?^u:abc)'What is '(?^u:' ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Internal representation of qr//: and what is: "(?^u:" ?
by Athanasius (Archbishop) on Oct 13, 2012 at 08:25 UTC |