Posted to tcl by kostix at Wed Apr 30 00:05:08 GMT 2008view pretty

package require ceptcl

proc foo args {
}

set s [cep -domain local -server [list foo bar bazzz] /tmp/foo]

set c [cep -domain local /tmp/foo]

puts $c foo

vwait forever