This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mol
/
abonbot
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
3282d0a6be
Ramas
Etiquetas
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);