ikegami has asked for the wisdom of the Perl Monks concerning the following question:

Where is the lexical method invocation operator ->& (introduced in 5.42) documented?

Not in perlref
Not in perlobj
Not in perlop

Alternatively, provide an example of it used.

Replies are listed 'Best First'.
Re: Documentation for ->&
by ikegami (Patriarch) on Aug 03, 2025 at 17:49 UTC

    Found it in the documentation of method in perlclass!!!

Re: Documentation for ->&
by Haarg (Priest) on Aug 05, 2025 at 17:50 UTC
    The current documentation for this is definitely inadequate. There is better documentation in the PPC which led to its implementation.
      thanks Haarg,

      can you fix the documentation too, maybe linking to the above PPC?

      L*

      There are no rules, there are no thumbs..
      Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.