in reply to Perl sha256 question

print sha256_hex('5472151337331275');

Replies are listed 'Best First'.
Re^2: Perl sha256 question
by Anonymous Monk on May 23, 2016 at 10:01 UTC

    That works! Great thanks :))