Hello,
I understand that Perl provides file test operators for finding out if a file is text or non-text (binary). What I would like to know is what criteria Perl uses to determine if a file is binary or for -B operation to return true? What does Perl look at to indicate that in fact the file is a binary file? Thank you for your attention on this matter.