print "File is binary\n" if (!-T); print "File is a text file\n" if (!-B);