This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
mol
/
abonbot
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
0d45d2de09
Ramuri
Etichete
master
abonbot
/
a.pl
a.pl
85 B
Istoric
Crud
1
2
3
4
5
6
use strict;
use warnings;
$SIG{INT} = sub { die "Caught a sigint $!" };
sleep(20);