File::ReplaceBytes - read or replace arbitrary data in files To install this module, use CPAN, for example: cpan File::ReplaceBytes For the current release, or to report bugs or whatnot, see: http://github.com/thrig/File-ReplaceBytes which can be installed by cloning that directory then running `cpanm .` therein. DEPENDENCIES A C compiler for the XS code, plus the availability of the pread(2) and pwrite(2) system calls, which are unavailable in the perl POSIX module-- doubtless due to the unpredictable behavrior of these system calls with in-memory filehandles; see this module's perldocs for warnings. COPYRIGHT AND LICENCE Copyright (C) 2013 by Jeremy Mates This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18 or, at your option, any later version of Perl 5 you may have available.