in reply to `diff`ing two files (code)
system('cmp','-s',$file1,$file2) and print "Files are different!\n"; [download]