
Program: NoBOM v.0.1
	Based on UTF8BOM Perl module.
	(Handling Byte Order Mark for UTF-8 files)
	http://search.cpan.org/~lyokato/UTF8BOM-1.01/lib/UTF8BOM.pm
	UTF8BOM AUTHOR:
	Lyo Kato lyo.kato@gmail.com
	UTF8BOM COPYRIGHT AND LICENSE:
	This library is free software.
	You can redistribute it and/or modify it under
	the same terms as perl itself.

Description: Remove BOM (Byte Order Mark) from UTF-8 encoded file

Requirements: Perl 5.8 interpreter (version of MiniPerl for Windows included);

License: You can redistribute and/or modify this script under the same terms as PERL itself.
	See perl-license.txt

Author: Dimitar D. Mitov ddmitov@yahoo.com

Usage:

perl nobom.pl file

WARNING: Your file will be overwritten! Make backup on time!
