![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Killing a running process
From: Bruce Hartweg <bruce-news@hartweg.us>
Date: Fri Mar 03 2006 - 21:09:16 CET
al-s wrote:
bind $log <Control-Key-c> [list kill-proc $pids]
you want to use list here so that $pids is interpreted *now*
> fileevent $fd readable [list Logger $fd $log]
bruce
|