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