This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
mol
/
abonbot
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
0d45d2de09
Branches
Tags
master
abonbot
/
a.pl
a.pl
85 B
Histórico
Raw
1
2
3
4
5
6
use strict;
use warnings;
$SIG{INT} = sub { die "Caught a sigint $!" };
sleep(20);