<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">I am playing with tcl/tk on centso 4.2. <br>
I am trying to trap a signal and I get an error<br>
that invalid command name signal.<br>
<br>
My line is:<br>
<br>
signal trap SIGCONT ReadMessage<br>
<br>
where ReadMessage is a proc<br>
<br>
Is centos 4.2 missing a package or some thing for tcl?<br>
The example I found did not mention any restrictions.<br>
<br>
Any ideas, thank you.<br>
<br>
Jerry<br>
</font>
</body>
</html>