On Fri, Oct 5, 2012 at 9:06 AM, Mikko Tiihonen <[email protected]> wrote: > Thanks, Danny - I will look closer into that!
No problem! Here's a small example of grabbing content from a certain web site: #lang racket (require net/url) (define web-page-content (port->string (get-pure-port (string->url "http://racket-lang.org/")))) ____________________ Racket Users list: http://lists.racket-lang.org/users

