X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=examples%2Fgoogle.ml;h=d6c36406aa933f890f9b40d8740f895288eeccd9;hb=efab5abed48d08e735c652c8454d14393c006c0e;hp=d21d27fd84b42d022c005a17e021e85c85b2e840;hpb=c6a26bacdd51fbe32048e4ac15545dd58039cf32;p=perl4caml.git diff --git a/examples/google.ml b/examples/google.ml index d21d27f..d6c3640 100644 --- a/examples/google.ml +++ b/examples/google.ml @@ -1,7 +1,7 @@ (* Example program which uses Net::Google to query Google. * You will need to have a Google API key in ~/.googlekey for this to work. * Copyright (C) 2003 Merjis Ltd. - * $Id: google.ml,v 1.3 2003-10-16 11:03:52 rich Exp $ + * $Id: google.ml,v 1.4 2003-12-11 17:41:52 rich Exp $ *) open Printf @@ -30,8 +30,5 @@ let () = printf "* %s\n \n\n" response#title response#url ) search#results; - (* Destroy the Perl interpreter. *) - Perl.destroy (Perl.current_interpreter ()); - (* Perform a full collection - good way to find GC/allocation bugs. *) Gc.full_major ()