libtie-handle-offset-perl
module to provide tied handle that hides the beginning of a file
Description
Tie::Handle::Offset provides a file handle that hides the beginning of a file. After opening, the file is positioned at the offset location. "seek()" and "tell()" calls are modified to preserve the offset. For example, "tell($fh)" will return 0, though the actual file position is at the offset. Likewise, "seek($fh,80,0)" will seek to 80 bytes from the offset instead of 80 bytes from the actual start of the file. The included Tie::Handle::SkipHeader module automatically hides an email-style message header. After opening the file, it reads up to a blank or white-space-only line and sets the offset to the next byte.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://metacpan.org/release/Tie-Handle-Offset
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libtie-handle-offset-perl