Hi,

I want to read some chunks from a HTTP connection, starting e.g. like this:

(client "www.some.com" 80 "page.html"

Depending on the chunks I read, I want to write some lines to a certain file on 
my disk, say "diskfile.txt", and now and then I also want to write a little 
info to my console with (out NIL (prinl SomeInfo)).

Are there better/smarter ways to do this than to use (out "+diskfile.txt" . . 
.) each time new lines shall be written to the file?

/Jon--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to