start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.69 File::CheckTree Chapter 8
Standard Modules
Next: 8.71 File::Copy
 

8.70 File::Compare

Compares the contents of two sources, each of which can be a file or a filehandle. Returns 0 if the sources are equal, 1 if they are unequal, and -1 on error. File::Compare provides two functions:


Previous: 8.69 File::CheckTree Perl in a Nutshell Next: 8.71 File::Copy
8.69 File::CheckTree Book Index 8.71 File::Copy