On Wed, Jun 14, 2006 at 01:38:23PM +0530, Preethi wrote:

> Hi All,

Hello.

> I'm a newbie in Perl. I was try to achive to diff two files using perl on
> windows.
> 
> Please suggest me how should I do this!

Go to search.cpan.org

Search for diff.

Find a module that looks like it would do this.  (I suggest Text::Diff).

Read the documentation to make sure.

Install it.  (If you are using activestate perl I suppose it can be
installed via ppm)

Use it as descibed in the docs.


You could also look for diff in ppt, also found on CPAN.

Good luck,

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to