# New Ticket Created by Will Coleda # Please include the string: [perl #32544] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32544 >
>From the documentation for the split opcode:
split(out PMC, in STR, in STR)
Create a new PerlArray PMC $1 by splitting the string $3 with reg-
exp $2. Currently implemented only for the empty string $2.
Regular expression support needs to be added.
