I have an infinite loop statement but I want the script to not be
terminated if someone does a control C ^C. Is there actually a way to
tell PERL to ignore a ^C and continue with the loop.
I tried telling it yeah, and I tried the slashes the quotes and everything
but it still doesn't want to recognize the ^C