Thank You very much Jim for your immediate response. my requirement is that I have standard installation on server1 which is a master copy. I know the location of the installation directory which contains bunch of libraries. I have a another installation on Server2 for the same application. I do know the location of the installation dir. I have to compare all the libraries (checksums) on the server2 with the standard installation on server1, for all the files in the installation dir. I have to do dynamically compute the checksum of each file in the server2 and compare same with on server1. I am not sure which protocol suits best. right now I am considering NFS. Your help greatly appreciated.
Regards, Ramp ________________________________ From: Jim Gibson <jimsgib...@gmail.com> To: "beginners@perl.org" <beginners@perl.org> Sent: Wednesday, January 4, 2012 3:54 PM Subject: Re: files checksum perl program help On 1/4/12 Wed Jan 4, 2012 3:38 PM, "ram ram" <ram_p...@yahoo.com> scribbled: > Hi , > Wish you a Very Happy and Wonderful New Year. > I am a beginner in perl programming. > > I request your help to write a perl program that takes 2 different directories > on 2 different servers and find all the files in these 2 directories have the > same files with same checksums. > can anybody help me on this? How are you going to access the files on the two servers? NFS? SMB? FTP? SCP? What kind of checksum do you want to use? Are the checksums already computed, or do you need to compute them yourself? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/