in reply to Re^2: Is there any module in perl which supports the algorithm AKAv1-MD5?
in thread Is there any module in perl which supports the algorithm AKAv1-MD5?

You should learn perlxs.
XS is an interface description file format used to create an extension interface between Perl and C code (or a C library) which one wishes to use with Perl.
perlxstut is a good starting point.
--
No matter how great and destructive your problems may seem now, remember, you've probably only seen the tip of them. [1]
  • Comment on Re^3: Is there any module in perl which supports the algorithm AKAv1-MD5?