# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #59480] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59480 >
Hello. There is suggestion from Pm for Str.chop > > +.sub 'chop' :method > > + len = length tmps > > + if len == 0 goto done > > + dec len > > + substr tmps,tmps, 0, len > > ... PIR has a C<chop> opcode, perhaps we should use it? -- Bacek