RE: installing perl module Net::Netmask

2004-04-15 Thread mark rowlands
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of JJB > Sent: Thursday, April 15, 2004 10:40 PM > To: [EMAIL PROTECTED] ORG > Subject: installing perl module Net::Netmask > > Freebsd 4.9 is delivered with perl all ready installed. > Just how do I

Re: installing perl module Net::Netmask

2004-04-15 Thread Martin Hudec
Hello, or if you don't want to install it from ports for any reason, you can use: # perl -MCPAN -e shell answer various configuration questions cpan> install Net::Netmask after installation is complete, type quit cpan> quit Cheers,

Re: installing perl module Net::Netmask

2004-04-15 Thread Matthew Seaman
On Thu, Apr 15, 2004 at 04:39:50PM -0400, JJB wrote: > Freebsd 4.9 is delivered with perl all ready installed. > Just how do I go about installing module Net::Netmask into > the existing Perl software? # cd /usr/ports/net-mgmt/p5-Net-Netmask # make install Cheers, Matth