Browse thread
Get a page from the Web
- Martin Chabr
[
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: | 2005-11-07 (21:19) |
From: | Martin Chabr <martin_chabr@y...> |
Subject: | Get a page from the Web |
Hello, I have been looking for ways to get a page in HTML from the Web, using an OCaml program, something like the following Python snippet: import urllib URL = "http://www.ibm.com" url = urllib.urlopen(URL) html = url.read() You supply the URL and receive the page in HTML. Is there anything simple like that in OCaml? Regards, Martin ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de