Hello, I am not a programmer, but an EE who uses PERL.
My question is this:
I have a simulation software that I run.
Every now and then, its' license server stopps the
software. I have to press ^C and then write to the console
"cont\n", the simulation is then resumed.
What I need is a perl script to run the software, as a
filehandle, perhaps. I need it to count for 20 minutes
and every 20 minutes, to generate a ^C and cont\n into the terminal, and to auto-resume the run.
The script should stop as soon as the simulation process is stopped. I run the simulation via a terminal on a linux station.
Thank you very much.