On Tue, 21 Aug 2007 06:37:15 -0700, infobank wrote: > I'm trying to embed djabberd (perl5 net-im) onto a m0n0wall base > (FreeBSD). I found scandeps, and ran it on DJAbberd and found some > useful information about the modules it relies upon. > > Is there any way to find out which files it relies upon?
You can insert an END block that prints out all the values in the %INC hash and then run the program. That does what it sounds like you want. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/