Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Finding Diff files in clear case

by jerrylus (Initiate)
on Aug 15, 2001 at 22:39 UTC ( [id://105130]=note: print w/replies, xml ) Need Help??


in reply to Finding Diff files in clear case

just find the output of the DIFFERENCE between the difference two 'baseline' versions of the file and the difference of the latest versions of the file. this can be done through perl language ?

Replies are listed 'Best First'.
Re: Re: Finding Diff files in clear case
by bikeNomad (Priest) on Aug 15, 2001 at 22:43 UTC
    Why not? Perl is capable of doing pretty much anything you can describe clearly how to do.

    Do you have a clear-cut method (regardless of language) for doing this? If you can't describe how to do it (regardless of language), you probably can't do it in Perl or any other language.

    I suggest you take a look at Algorithm::Diff, which implements the Hunt/McIlroy diff algorithm (which is used by the Unix diff tool). It may give you a way to get started.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-26 08:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found