Hey guys,
I've been learned TCL on and off for a while and decided to have a go at tcl::http, but I have hit a brick wall and the documentation isn't the clearest thing in the world.
What I want to do is have the script access a page ( example: http://ex.com/?add ), then use POST to send data.
I have looked at the documentation for it but didn't really find any clues other than basic examples of ::http::geturl.
Any help will be appreciated.