From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 15:29:06 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D71816A4CE for ; Fri, 14 Jan 2005 15:29:06 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A6CA43D1D for ; Fri, 14 Jan 2005 15:29:06 +0000 (GMT) (envelope-from fehwalker@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so796147wri for ; Fri, 14 Jan 2005 07:29:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=MnLiX7w/oxVcH6++0r0Ctb/D8Y8ky13LTwI8+0O0/jINLWFV2FxUxYvPIDmjjvwsuCXcNfAN0hX+7vAoAxkYpa9y2osxnDpoXsCvfpRue46mxEfsK/EDCZEj2s8AixDZvb4OYS0xhtZt1ARTNWfY40rUpEpNpcseJrk4cIAGGx8= Received: by 10.54.59.11 with SMTP id h11mr236685wra; Fri, 14 Jan 2005 07:29:05 -0800 (PST) Received: by 10.54.19.59 with HTTP; Fri, 14 Jan 2005 07:29:05 -0800 (PST) Message-ID: <35de0c300501140729694be032@mail.gmail.com> Date: Fri, 14 Jan 2005 10:29:05 -0500 From: Bryan Fullerton To: freebsd-questions@freebsd.org In-Reply-To: <20050114152049.GA8383@akroteq.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050114133433.GA7526@akroteq.com> <41E7E067.7090109@hayers.org> <20050114152049.GA8383@akroteq.com> Subject: Re: perl -MCPAN -e shell question - need a howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bryan Fullerton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 15:29:06 -0000 On Fri, 14 Jan 2005 06:20:49 -0900, Andy Firman wrote: > On Fri, Jan 14, 2005 at 03:08:23PM +0000, Gary Hayers wrote: [snip] > > If you have the Ports tree installed you can install it from the ports tree > > > > # cd /usr/ports/textproc/p5-XML-DOM && make install clean > > Understood. But I am having a hard time figuring out how Perl modules > "should" get installed on a system. The generally preferred way on a FreeBSD system is to use the FreeBSD ports as noted above. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html Bryan