On 2022-02-24 3:14 a.m., demerphq wrote: > On Thu, 24 Feb 2022 at 12:01, Graham Knop wrote: > > On Thu, Feb 24, 2022 at 11:28 AM demerphq wrote: > > > > I spent a lot of time working on routines like trim and friends for > generating Bookings website. In place modification can be a *huge* win. > > > > Shouldn't it be possible for perl to optimize > > $string = trim($string); > > internally to operate in place? This would offer the benefits of in > place operation, with the interface most people seem to prefer. > > I have no problem with that. I agree that this kind of solution would be ideal. -- Darren DuncanThread Previous | Thread Next