Help for this page
sub files_differ { system "cmp file1 file2"; return $? >> 8; }
H:\>perl -e "system 'cmp file1 file2';print $?,' ',$? >> 8" 'cmp' is not recognized as an internal or external command, operable program or batch file. 256 1 H:\>