![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Problems with DNS package in TCLLIB and the TCLUDP package
From: Andrew Falanga <not_real@hp.com>
Date: Thu Sep 08 2005 - 20:56:23 CEST
Pat Thoyts wrote:
Essentially, this was the fix. With the help of some fellow engineers
# start script and source libs, load packages tcllib and tcludp
set u_tok [dns::resolve hp.com]
vwait $u_tok
Thanks.
---------------------------------------------
|