Re: [perl #44321] [PATCH] Two-argument substr

2007-08-01 Thread Patrick R. Michaud
On Wed, Aug 01, 2007 at 12:08:16PM -0700, Colin Kuskie wrote: > The attached patch marks the 3rd argument of substr as > optional so the 2 argument version of substr will work. > > .sub 'substr' > .param string x > -.param int start > -.param int len > +.param intstart > +

[perl #44321] [PATCH] Two-argument substr

2007-08-01 Thread via RT
# New Ticket Created by Colin Kuskie # Please include the string: [perl #44321] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44321 > The attached patch marks the 3rd argument of substr as optional so the 2 argument versi