On Apr 23, 2006, at 3:43, Will Coleda (via RT) wrote:
.sub unicode:"\u"
print "ok\n"
.end
This should be ok now as well as calling the sub, sub.t is passing
again with r12863. More tests e.g. method calls are very welcome.
leo
# New Ticket Created by Will Coleda
# Please include the string: [perl #38964]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=38964 >
The following PIR:
.sub unicode:"\u"
print "ok\n"
.end
Should print: "ok", but