Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

How to get perl program cross reference list ?

by icemonk (Initiate)
on Dec 06, 2012 at 11:45 UTC ( [id://1007541]=perlquestion: print w/replies, xml ) Need Help??

icemonk has asked for the wisdom of the Perl Monks concerning the following question:

I am using padre but could not find a tool which produces a cross reference list of the perl program source. may be there is a cpan Lib, but also I couldn't find. In the Menu there is -->File->>Document Statistics but that's a summary and without enough detail.

  • Comment on How to get perl program cross reference list ?

Replies are listed 'Best First'.
Re: How to get perl program cross reference list ?
by FunkyMonk (Chancellor) on Dec 06, 2012 at 12:46 UTC
    From the core module B::Xref:
    NAME

    B::Xref - Generates cross reference reports for Perl programs

    SYNOPSIS

    perl -MO=Xref[,OPTIONS] foo.pl

    DESCRIPTION

    The B::Xref module is used to generate a cross reference listing of all definitions and uses of variables, subroutines and formats in a Perl program. It is implemented as a backend for the Perl compiler.

    I've never used it however :P
Re: How to get perl program cross reference list ?
by LanX (Saint) on Dec 06, 2012 at 13:57 UTC
    Are you looking for something like ctags or etags?

    EDIT: this google search will show you 66 pm-threads discussing this subject.

    Cheers Rolf

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1007541]
Approved by ww
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-04-18 10:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found