Re: [perl #41749] [TODO] deprecate substr_r op

2007-03-13 Thread Allison Randal
Leopold Toetsch wrote: Am Donnerstag, 8. März 2007 20:25 schrieb Jerry Gay: either move this to experimental.ops, or remove it entirely. i vote to remove it. we don't need temporary hacks as core ops. [...] I'd rather have it in experimental.ops until these string issues are resolved. Move it

Re: [perl #41749] [TODO] deprecate substr_r op

2007-03-08 Thread Leopold Toetsch
Am Donnerstag, 8. März 2007 20:25 schrieb Jerry Gay: > either move this to experimental.ops, or remove it entirely. i vote to > remove it. we don't need temporary hacks as core ops. $ find . -name '*.pir' | xargs grep substr_r ... ./examples/shootout/revcomp.pir:$S0 = substr_r line, i, 60

[perl #41749] [TODO] deprecate substr_r op

2007-03-08 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41749] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41749 > from src/ops/string.ops: =item B(out STR, in STR, in INT, in INT) Make $1 refer to the gi