Saludos, tengo que instalar un sistema gestor de bibliotecas llamado Koha Kobli, que utiliza intensamente el lenguaje perl, tengo un servidor web en Windows 7 con apache mas php.
el problema es que no se como iniciar la instalacion de dicho gestor, se que he de ejecutar un archivo llamado Makefile.pl pero no se como, si hago doble click sobre él se ejecuta la consola de comandos de Windows tres segundos y se cierra, y si lo abro desde apache como si de un archivo php se tratase, aparece en la pagina:
# Copyright 2007 MJ Ray
#
# This file is part of Koha.
#
# Koha is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#...
y mucho mas.
¿Como puedo iniciar ese fichero para iniciar la instalacion del gestor?
Gracias adelantadas.