in reply to Re: Machine replication
in thread Machine replication

When you say Perl tree. You mean everything under /usr/local/lib/perl5 right?

Replies are listed 'Best First'.
Re: Machine replication
by Abigail-II (Bishop) on Apr 10, 2003 at 14:28 UTC
    That depends where you installed stuff. I typically install everything under /opt/perl. But you can tell Configure to install the binaries in /usr/local/lib/perl5, the manual pages in /usr/man/man1 and /usr/local/man/man3, and the libraries in /var/run. Now, I don't know how perl is installed on your system, so I cannot answer the question.

    Abigail