This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by Robb
Mon Jun 13, 2005 6:23 am
Forum: Archive
Topic: Small socket script
Replies: 11
Views: 3966

I prefer to use pure sockets.. :) Try this one.. set url "www.tclscript.com" proc get_projects {nick uhost handle channel text} { global url set sock [socket $url 80] fconfigure $sock -buffering line -buffersize 1000 puts $sock "GET /scripts.shtml HTTP/1.0" puts $sock "Host:...