>
> You can make it work like this:
> -p $_ x=/(.)((??{++($0=$+)})){3}/
> Any ideas on what accounts for the need to use $0 instead of any other var?
>
> You can make it work like this:
> -p $_ x=/(.)((??{++($0=$+)})){3}/
> Any ideas on what accounts for the need to use $0 instead of any other var?