in reply to Re^3: Speed of comparison of two one-dimensional arrays
in thread Speed of comparison of two one-dimensional arrays
The Inline::C module lets you include C code in your __END__ section, and compiles it into XS on-the-fly, so you should just be able to run that script like any other Perl script.
|
|---|