Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.69 File::CheckTreeChapter 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::CheckTreePerl in a NutshellNext: 8.71 File::Copy
8.69 File::CheckTreeBook Index8.71 File::Copy

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.