RE: How to check between text & binary files

2002-10-14 Thread Toby Stuart
P. [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 2:53 PM > To: [EMAIL PROTECTED] > Subject: How to check between text & binary files > > > > Hi, > > I want to write a .pl that will take in filenames as > parameters, and print out whether the files are

How to check between text & binary files

2002-10-14 Thread George P.
Hi, I want to write a .pl that will take in filenames as parameters, and print out whether the files are text files or binary files. The problem I'm having is that I can't figure out a good rule to use while deciding whether a file is a text-file or a binary-file. If someone has created such a