Limbic~Region has asked for the wisdom of the Perl Monks concerning the following question:
They only have stock 32-bit Perl 5.10.1 and a very restricted environment (don't ask). Is there a way to do the above in 32-bit perl? They can use any module that shipped with 5.10.1 as well as any pure perl module that they could easily copy/paste.use Digest::MD5 'md5'; my $foo = 'hello, world!'; print unpack('q', md5($foo));
Cheers - L~R
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Equivalent of unpack 'q' with 32-bit Perl (a8)
by Anonymous Monk on Sep 06, 2016 at 20:23 UTC | |
by Limbic~Region (Chancellor) on Sep 06, 2016 at 20:49 UTC | |
by Anonymous Monk on Sep 06, 2016 at 22:36 UTC | |
by Limbic~Region (Chancellor) on Sep 06, 2016 at 23:01 UTC | |
by Anonymous Monk on Sep 06, 2016 at 23:41 UTC | |
|