Instalacin de Perl y los mdulos necesarios para rebot en Windows
Escrito por Carlos Snchez (Uto)

Descargar e instalar ActivePerl
Descargar nmake, descomprimirlo y copiar nmake.err y nmake.exe en algun sitio del path (por ejemplo C:\WINDOWS o
C:\WINNT)
Descargar net::irc y file::which y en sus carpeta, desde la linea de comandos, para cada uno teclear

perl makefile.PL
nmake 
nmake test
nmake install

Ahora vamos al directorio de rebot y lo lanzamos con doble click.


Enlaces:

ActivePerl: http://www.activestate.com/Products/ActivePerl/
net::irc : http://search.cpan.org/~jmuhlich/Net-IRC-0.75/
file::which : http://search.cpan.org/~pereinar/File-Which-0.05/
nmake: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084
