This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
mol
/
abonbot
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
0d45d2de09
Branches
Tags
master
abonbot
/
a.pl
a.pl
85 B
Historique
Raw
1
2
3
4
5
6
use strict;
use warnings;
$SIG{INT} = sub { die "Caught a sigint $!" };
sleep(20);