Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Searching for duplication in legacy code

by stevieb (Canon)
on Nov 23, 2016 at 21:44 UTC ( [id://1176454]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MDevel::Trace::Subs=install_trace -e 'install_trace(file => ".");'
  2. or download this
    use warnings;
    use strict;
    ...
    sub blah {
        print "blah!\n";
    }
    
  3. or download this
    Code flow:
    
    ...
        file:    mock.pl
        line:    13
        package: main
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-23 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found