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?
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.
|
|---|