Hi
Using WinNt and ActiveState 5.6
I have a script reading data from a modem. For some reason it will not run with a 
while loop. (I'm using a module which I don't fully understand, yet)
I can run the script from the command line, let it finish and rerun it manually every 
thing works fine (with some impact on resources which I can live with for the moment)
How do I make it rerun?
I tried wrapping the script in a 
while(1){
use My::Module;
some script
exit;
}
and then run it from the command line but it does not stay "live"
Gosh! I hope this makes sense it looks like my medication needs a boost!
Assistance appreciated
Regards
Clinton

Reply via email to