Posted to tcl by aku at Thu May 02 18:27:50 GMT 2013view raw

  1. package require http
  2. set token [http::geturl http://www.example.com/statuspage.html]
  3. # ... retrieve data form token, status, etc.
  4. http::close $token
  5.