Tuesday, 6 August 2013

How does Perl compare strings under the hood?

How does Perl compare strings under the hood?

Does Perl just compare the ASCII values of each character of each string
until it can place one before the other or does the language compare
strings in another way?

No comments:

Post a Comment