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

Re: Searching for duplication in legacy code (updated)

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

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
            print "\t$_\n";
        }
    }
    
  2. or download this
    lib/Test/BrewBuild/Git.pm
        new
    ...
        remove
        is_win
        _legacy_perls
    
  3. or download this
    use warnings;
    use strict;
    ...
            print "\t\t end:   " . $sub->end . "\n";
        }
    }
    
  4. or download this
    lib/Test/BrewBuild/Dispatch.pm
        _fork
    ...
             lines: 17
             start: 12
             end:   28
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-03-28 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found