What is the variable @.
in perl?
This seems to be special, writable global, and (surprisingly) does not interpolate in double-quoted strings:
use strict; use warnings;
I could not remember ever encountered this before, and did not see it in perlvar
and perldata
.
source share