in reply to Re^3: Split a string into items of constant length
in thread Split a string into items of constant length

That isn't to say avoiding $a and $b is a bad thing... they are generally lousy variable names anyway. But I often use them in one-liners.
Me too. Also in golf/obfu when I want to keep the code strict safe (even if there would be other built in vars available and provided that it's easy to do so), like in this one.