Bee wrote: > open FH, ">1.txt"; > binmode FH; > binmode STDOUT; > print FH "123m,zxnc,mzxnc,mzncm,zxc"; > close FH; > > Why the output still a text file ?
A file's a file. Terms like "text" and "binary" are just conventions. To the OS, a file's just a collection of bytes. What were you expecting to be in the file? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]