Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
How to create empty file with BOM??use File::BOM; open RET,'>:via(File::BOM)',$filename ; #print RET "print BOM"; close RET;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: creating empty utf8 file
by GrandFather (Saint) on Apr 12, 2006 at 09:45 UTC | |
|
Re: creating empty utf8 file
by borisz (Canon) on Apr 12, 2006 at 11:23 UTC | |
|
Re: creating empty utf8 file
by bart (Canon) on Apr 12, 2006 at 12:27 UTC | |
|
Re: creating empty utf8 file
by moklevat (Priest) on Apr 12, 2006 at 14:23 UTC | |
|
Re: creating empty utf8 file
by Anonymous Monk on Apr 12, 2006 at 09:50 UTC |