home *** CD-ROM | disk | FTP | other *** search
-
-
-
- FFFFiiiilllleeee::::::::CCCCoooommmmppppaaaarrrreeee((((3333)))) FFFFiiiilllleeee::::::::CCCCoooommmmppppaaaarrrreeee((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- File::Compare - Compare files or filehandles
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- use File::Compare;
-
- if (compare("file1","file2") == 0) {
- print "They're equal\n";
- }
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The File::Compare::compare function compares the contents of two sources,
- each of which can be a file or a file handle. It is exported from
- File::Compare by default.
-
- File::Compare::cmp is a synonym for File::Compare::compare. It is
- exported from File::Compare only by request.
-
- RRRREEEETTTTUUUURRRRNNNN
- File::Compare::compare return 0 if the files are equal, 1 if the files
- are unequal, or -1 if an error was encountered.
-
- AAAAUUUUTTTTHHHHOOOORRRR
- File::Compare was written by Nick Ing-Simmons. Its original
- documentation was written by Chip Salzenberg.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-