[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [Fwd: Error with Perl 5.005_03 and Minivend 3.14]
I assume you are on winnt. I believe this was fixed in a recent version
of ActivePerl. I may be wrong, but since crypt is not implemented on
WinNT, they built a perl function that uses MD5 (to get around the
munitions export stuff.
I've got ActivePerl 517 on my NT box and when I do this it works:
perl -e "print crypt('word', 'salt');"
saV/gKwUBEq86
Give it a try. I've never attempted to put minivend on an NT box.
-Erik