Date: 03 Oct 2001 19:29:58 +0100 From: Wayne Pascoe <wayne.pascoe@ehsrealtime.com> To: "Andre` Niel Cameron" <AndreC@Axxs.net> Cc: "Matthew Emmerton" <matt@gsicomp.on.ca>, free bsd <freebsd-questions@FreeBSD.ORG> Subject: Re: Perl question Message-ID: <86itdwpoex.fsf@pan.home.penguinpowered.org.uk> In-Reply-To: <019701c14c33$bdf41e60$a50410ac@olmct.net> References: <Pine.BSF.4.21.0110031232230.11649-100000@xena.gsicomp.on.ca> <019701c14c33$bdf41e60$a50410ac@olmct.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"Andre` Niel Cameron" <AndreC@Axxs.net> 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 <wayne.pascoe@ehsrealtime.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86itdwpoex.fsf>