Help for this page

Select Code to Download


  1. or download this
    local $SIG{KILL} = \&killed;
    
    ...
            print "I got killed\n";
    
            }
    
  2. or download this
    END {
    
        print "I got killed! \n ";
        
        }