in reply to
Re^2: perldoc -lf anomaly
in thread
perldoc -lf anomaly
I'm not sure about the "another anomaly". You get the documentation of splice for $_, as $_ without quotes is the shell variable which contains the last argument of the last command.
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
Comment on
Re^3: perldoc -lf anomaly
Download
Code
Replies are listed 'Best First'.
Re^4: perldoc -lf anomaly
by
Anonymous Monk
on May 08, 2026 at 08:40 UTC
$_ without quotes is the shell variable which contains the last argument of the last command.
🤦
[reply]
In Section
Seekers of Perl Wisdom