Re: pack

2002-02-20 Thread Torsten Förtsch
On Thu, 21 Feb 2002 01:11:01 +1100 Sisyphus [EMAIL PROTECTED] wrote: Hi, Ok - so I'm running the code below and it's working as I want - unless either of the 2 values being written to the file is 10. (ie unless $num = 8 or 10). If the value is 10, then I get a couple of warnings about

Re: multitasking - listening to a socket while remaining interactive or doing other tasks

2002-02-18 Thread Torsten Förtsch
yes, there is. the natural way is you install a Tk::fileevent handler for the listening socket. Your readable-handler is called when an incomming connection can be accepted on the socket. But if you are using Tk on a Windows box then fileevent won't probably work. In that case it's the best to

Re: How to give arguments containing space to rcp

2002-02-17 Thread Torsten Förtsch
Try rcp 'ntbox:/Program files/myfile.txt' . or rcp 'ntbox:/Program files/myfile.txt' . I think the UNIX needs the outer quotes (') but your NT also wants the blank to be quoted. On Sun, 17 Feb 2002 00:46:38 -0800 (PST) smi pawar [EMAIL PROTECTED] wrote: Hi all, I want to remote