Help for this page

Select Code to Download


  1. or download this
    use Digest::MD5 qw/ md5_hex /;
    
    my $digest=md5_hex("http://www.berghold.net");
    printf "%d\n", hex(substr($digest, -4)) % 10_000;