X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=examples%2Floadpage.ml;h=6f8db96072efc63a8096c692b3fb8c2c71c210db;hb=38eec3fe01a490ec2f5cf3903742af89e800e193;hp=dfb4afd12aefa6b562727634b4fe1baa687221a7;hpb=ddcf26f6ded6f26d175d21a8416d14928f62705d;p=perl4caml.git diff --git a/examples/loadpage.ml b/examples/loadpage.ml index dfb4afd..6f8db96 100644 --- a/examples/loadpage.ml +++ b/examples/loadpage.ml @@ -1,7 +1,7 @@ (* Example program which uses LWP::UserAgent and HTML::TreeBuilder to * download an HTTP page and parse it. * Copyright (C) 2003 Merjis Ltd. - * $Id: loadpage.ml,v 1.4 2003-10-16 11:03:52 rich Exp $ + * $Id: loadpage.ml,v 1.5 2003-12-11 17:41:52 rich Exp $ *) open Printf @@ -56,8 +56,5 @@ let () = in print tree; - (* Destroy the Perl interpreter. *) - Perl.destroy (Perl.current_interpreter ()); - (* Perform a full collection - good way to find GC/allocation bugs. *) Gc.full_major ()