From owner-freebsd-questions Wed Oct 3 14: 3:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tungsten.btinternet.com (tungsten.btinternet.com [194.73.73.81]) by hub.freebsd.org (Postfix) with ESMTP id 584B737B403 for ; Wed, 3 Oct 2001 14:03:46 -0700 (PDT) Received: from [217.35.26.219] (helo=marvin.penguinpowered.org.uk) by protactinium with esmtp (Exim 3.22 #6) id 15oqnm-0001rT-00; Wed, 03 Oct 2001 19:31:26 +0100 Received: from [192.168.10.11] (helo=pan.realtime.co.uk) by marvin.penguinpowered.org.uk with esmtp (Exim 3.22 #1) id 15oqhf-0002ot-00; Wed, 03 Oct 2001 19:25:07 +0100 Received: from waynep by pan.realtime.co.uk with local (Exim 3.22 #1) id 15oqmM-00009q-00; Wed, 03 Oct 2001 19:29:58 +0100 From: Wayne Pascoe To: "Andre` Niel Cameron" Cc: "Matthew Emmerton" , free bsd Subject: Re: Perl question References: <019701c14c33$bdf41e60$a50410ac@olmct.net> Reply-To: wayne.pascoe@ehsrealtime.com Date: 03 Oct 2001 19:29:58 +0100 In-Reply-To: <019701c14c33$bdf41e60$a50410ac@olmct.net> Message-ID: <86itdwpoex.fsf@pan.home.penguinpowered.org.uk> Lines: 31 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Andre` Niel Cameron" writes: > > You can use the B::deparse module to get code output, > I gave this a shot and got this: > Can't locate B/deparse.pm in @INC (@INC contains: > /usr/local/lib/perl5/5.6.0/i586-linux /usr/local/lib/perl5/5.6.0 > /usr/local/lib/perl5/site_perl/5.6.0/i586-linux > /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl .) at > thatsanorder_LE.setup line 2. > BEGIN failed--compilation aborted at thatsanorder_LE.setup line 2. install B::deparse from CPAN perl -MCPAN -e shell install B::deparse This assumes that you trust cpan implicitly. The other option is to just fetch the code and install it manually by untarring it and doing perl Makefile.PL make make install HTH -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message