From owner-freebsd-questions@FreeBSD.ORG Thu May 20 02:16:22 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A02BD1065675 for ; Thu, 20 May 2010 02:16:22 +0000 (UTC) (envelope-from steve@ipv6canada.com) Received: from smtp.ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 263378FC13 for ; Thu, 20 May 2010 02:16:22 +0000 (UTC) Received: (qmail 17628 invoked by uid 89); 20 May 2010 02:18:53 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 20 May 2010 02:18:53 -0000 Message-ID: <4BF49B76.8000500@ipv6canada.com> Date: Wed, 19 May 2010 22:16:22 -0400 From: Steve Bertrand User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1 MIME-Version: 1.0 To: "Randal L. Schwartz" References: <4BF492BB.2010100@ipv6canada.com> <86k4qzl43f.fsf@red.stonehenge.com> In-Reply-To: <86k4qzl43f.fsf@red.stonehenge.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "questions@freebsd.org" Subject: Re: Searching for functions in Perl code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2010 02:16:22 -0000 On 2010.05.19 22:05, Randal L. Schwartz wrote: >>>>>> "Steve" == Steve Bertrand writes: > > Steve> This is how I produce the list of all sub-routines within all module > Steve> files, which includes the module name and sub. > > See "perldoc B::Xref". ...that *might* just work, for what I want, and for far more detail later... Steve