in reply to use strict, strange behavior with single character variables

See perlvar. $a and $b are package globals sacred to sort. They are exempt from strict, but don't use them. They will cause strange behavior if sort is called.

After Compline,
Zaxo

  • Comment on Re: use strict, strange behavior with single character variables