Browse thread
[Caml-list] access to the internet
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2003-11-11 (09:21) |
From: | Sven Luther <sven.luther@w...> |
Subject: | Re: [Caml-list] access to the internet |
On Mon, Nov 10, 2003 at 06:56:25PM +0100, Pierre LAFFITTE wrote: > Is it possible from a caml program, to give an internet adress, to get the result in a file or in a set of character to analyse it. I have been searching for exactly that some time ago, but i think it is not possible. Your best guess currently is to call the external wget program, save it to a temporary file, and then read it in. I agree that a full url-reading module would be a good addition to the ocaml library though, java has it for example. Friendly, Sven Luther ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners