Sunday, 14 April 2013

Comparing File

use File::Compare;
if(compare("sam","sam1"))
{
print "file are same";
}
else
{
print "Files are not sare";
}

No comments:

Post a Comment