I use perl2exe make *.pl to *.exe(console).
In the D:>perl.exe *.pl form,it can grab ctrl+c
($SIG{'INT'}) then jump to run a subroutine.
But in the *.exe,when I pressed ctrl+c the console window was closed.
I'll give the program to my friend,So I Need Exe.
Can you help me?Thanks.