in reply to Re^7: perldoc -lf anomaly (%_)
in thread perldoc -lf anomaly

Hmm yes, $a and $b live - if needed - in the current package and not main::

$ perl -E'package tst; sort{$a le $b} 1..100; say exists $tst::{a}; us +e strict; say $a;' 1

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery