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
In reply to Equivalent of unpack 'q' with 32-bit Perl by Limbic~Region
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |