When I try to use POSIX::strncmp, I get a message indicating I should use eq instead. However, what I really want to do is compare the first n characters of two strings (in my case, n == 36). How would eq efficiently do this (I will be working with literally millions of such strings)?