This website works better with JavaScript
Home
Explore
Help
Sign In
mol
/
abonbot
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
0d45d2de09
Branches
Tags
master
abonbot
/
a.pl
a.pl
85 B
History
Raw
1
2
3
4
5
6
use strict;
use warnings;
$SIG{INT} = sub { die "Caught a sigint $!" };
sleep(20);