@a=('a', 'b', 'c'); print "test1: ".scalar(@a)."\n"; print "test2: ".scalar(sort @a)."\n";