http://www.perlmonks.org?node_id=666944


in reply to Interfacing Perl with other languages

You can use Perl modules in OCaml programs with perl4caml.

print substr("Just another Perl hacker", 0, -2);
- apotheon
CopyWrite Chad Perrin