Buenas.

         Me he bajado el m�dulo  Net::XWhois para poder usar un programa
     anti-spam. Supongo que para instalarlo puedo poner make install, ya
     que veo un Makefile.pm. Tiene esta pinta:


#!/usr/bin/perl -sw
##
## Makefile.PL for Net::XWhois.
##
## $Date: 1998/12/15 22:01:55 $
## $Revision: 0.10 $
## $State: Exp $
## $Author: root $
##
## Copyright (c) 1998, Vipul Ved Prakash.  All rights reserved.
## This code is free software; you can redistribute it and/or modify
## it under the same terms as Perl itself.

use ExtUtils::MakeMaker;

my @clean = qw(*% *.html *.b[ac]k *.old *gz);
push @clean, map { "*/$_" } @clean;

WriteMakefile(

    'VERSION_FROM' => 'XWhois.pm',
    'NAME'         => 'Net::XWhois',

    'dist'         => {
                         COMPRESS => 'gzip -9f',
                         SUFFIX   => '.gz',
                         DIST_DEFAULT => 'all tardist',
                      },

     'clean'       => { FILES => join ( " ", @clean ) },
);

         El caso es que  no me gusta meterme en algo de  lo que luego no
     podr� salir, as�  que paso de instalar esto si  luego no ser� capaz
     de desinstalarlo. �C�mo se desinstala?


-- 
 Just do it.

David Serrano <[EMAIL PROTECTED]>  http://www.ctv.es/USERS/fserrano
In love with TuX - Linux 2.2.13    Linux Registered User #87069

Responder a