Hello Again Monks! I am using Activestate Perl, on WinXP, using Win32 modules, and I am having an issue with disabling the Control +C functions. I would like the users of the script to just be able to use the selections on the menu and quit the program using that selection instead of Ctrl+C
$SIG{INT}='IGNORE'; or $SIG{INT}= \&inthandler; sub inthandler { structure::begin(); }
All that does is go back to the main screen and Ctrl+C resumes normal actions. Any suggestions? Thanks!
In reply to Disable Control +C by PilotinControl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |