in reply to Re^2: Hash File to Binary ?in thread Hash File to Binary ?
use XML::Simple; use Storable; $data = XMLin('foo.xml'); store $data, 'foo.dat'; [download]