Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
perl-Test-Simple
/
t
/
lib
/
Filename :
SigDie.pm
back
Copy
package SigDie; use strict; our $DIE; $SIG{__DIE__} = sub { $DIE = $@ }; 1;