ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
375 B
Text
8 lines
375 B
Text
This module provides one function, equals (not exported by default).
|
|
|
|
You should pass this function two strings of the same length. It will
|
|
return true if they are string-wise identical and false otherwise,
|
|
just like eq. However, comparing any two differing strings will take
|
|
a fixed amount of time, unlike eq.
|
|
|
|
WWW: https://metacpan.org/release/String-Compare-ConstantTime
|