Web scraping/OCaml: Difference between revisions

m
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1:
The content of this page is related to the main page [[Web Scraping#OCaml]]
 
<lang ocaml>
let init_socket addr port =
let inet_addr = (Unix.gethostbyname addr).Unix.h_addr_list.(0) in
Line 130:
(cont)
;;
</ocamllang>
Anonymous user