http://www.perlmonks.org?node_id=310228


in reply to Finding duplicated code in Perl

Wow. Neat question.

Without being able to look at a few of the scripts, it's really hard to tell. My guess is that it's probably going to be easier to eyeball the code and say, "Right, here's another x => y conversion". Following from that idea, you'd probably want to make sure that the Perl has pretty much the same standard formatting .. so perltidy would be a handy tool to use.

Good luck.

--t. alex
Life is short: get busy!

Replies are listed 'Best First'.
Re: Re: Finding duplicated code in Perl
by shushu (Scribe) on Nov 26, 2003 at 13:27 UTC
    Thanks,
    Regarding to perltidy - thanks, we already use it on our code, and it is very useful.

    I don't see a way to attach files (or maybe I am wrong...), and I don't want to \<code\> them since they are huge.
    Any idea where to put them ? (I don't have an external web server available)
    Regards,
    shushu