Help for this page

Select Code to Download


  1. or download this
    
    sub INT_handler {
    ...
        print("$x\n");
        sleep 1;
    }
    
  2. or download this
    Perl\bin\perl.exe -e "$cnt = kill SIGINT, 14184; print $cnt"