1 (* Load Perl interpreter.
2 * $Id: 010-load.ml,v 1.1 2005-01-28 23:09:33 rich Exp $
7 (* The next line does nothing. It just forces OCaml to actually
8 * reference and hence load the Perl module.
10 let _ = Perl.int_of_sv;;
12 (* Check for memory errors. *)