This is a shameless ripoff of IO::HTML by Christopher J. Madsen.
It provides a practically identical interface as IO::HTML, minus the output functionality. It allows a perl
coder to open css files in the correct encoding, which is taken from the BOM or from the @charset declaration.
To install this module type the following:
perl Build.PL
./Build verbose=1
./Build test verbose=1
./Build install verbose=1
On windows you may want to install Strawberry Perl first.