Martin Mrazek wrote:
Hello,

I have installed PDL module for perl, but something went wrong and I need to reinstall it.
Shall I remove the module first and then install again? How to remove it?

It depends on how it was installed. Normally, from the directory of the distribution (./PDL):


perl Makefile.PL
make uninstall

 -or-

perl Makefile.PL
make test
make install UNINST=1

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to