=over =item $a =item $b X<$a> X<$b> Special package variables when using sort(), see L. Because of this specialness $a and $b don't need to be declared (using use vars, or our()) even when using the C pragma. Don't lexicalize them with C or C if you want to be able to use them in the sort() comparison block or function. =back