in reply to Re: Driving the Engine right off the road
in thread Driving the Engine right off the road

If perl supported variable length lookbehind, you could use a lookbehind at the end:

Just a data point but Perl has limited variable length lookbehind as an experimental feature since version 5.30, with support for up to 255 characters. https://perldoc.perl.org/perlexperiment#(Limited)-Variable-length-look-behind

  • Comment on Re^2: Driving the Engine right off the road

Replies are listed 'Best First'.
Re^3: Driving the Engine right off the road
by ysth (Canon) on Aug 25, 2025 at 22:29 UTC