Help for this page

Select Code to Download


  1. or download this
    C:\test>set PERL_SIGNALS=safe
    
    ...
    C:\test>set PERL_SIGNALS=unsafe
    
    C:\test>perl -wle"$SIG{INT}=sub{exit}; sleep 100"