geturl command with argument
Posted to
tcl
by schelte at Tue Mar 06 17:10:05 GMT 2018
view raw
package
require http
http::geturl http://www.google.com/ -command [
list
callback 42]
proc
callback {arg token} {
puts
[
info
level 0]
exit
}
vwait
forever
Recent Posts
tcl by Bradipo
4 days ago
tcl by Stu
26 days ago
tcl by rhobart
39 days ago
tcl by stevel
43 days ago
tcl by dandyn
51 days ago
tcl by dandyn
51 days ago
tcl by dandyn
51 days ago
tcl by dandyn
53 days ago
tcl by dandyn
53 days ago
tcl by emiliano
64 days ago
Submit
New paste
Documentation
From Jabber