# New Ticket Created by Alex Jakimenko # Please include the string: [perl #128045] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128045 >
Code: say $. Result: ===SORRY!=== Error while compiling -e Unsupported use of $. variable; in Perl 6 please use the filehandle's .ins method at -e:1 ------> say $.⏏<EOL> <AlexDaniel> what is .ins ? <dogbert2> a no longer existing method, removed around Christmas <timotimo> "number of input seperators encountered" This is where this error message comes from: https://github.com/rakudo/rakudo/blob/nom/src/core/Exception.pm#L1359