This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
mol
/
abonbot
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
3282d0a6be
Ramos
Etiquetas
master
abonbot
/
a.pl
a.pl
85 B
Histórico
Em bruto
1
2
3
4
5
6
use strict;
use warnings;
$SIG{INT} = sub { die "Caught a sigint $!" };
sleep(20);