-
-
07 Oct 2002 14:35:32 UTC
- Distribution: PerlIO-via-chop
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (390 / 0 / 14)
- Kwalitee
Bus factor: 3- 56.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.4KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
PerlIO::via::chop - PerlIO layer to chop the last byte outputted
SYNOPSIS
use PerlIO::via::chop; open( my $in,'<:via(chop)','file.txt' ); # no effect open( my $out,'>:via(chop)','file.txt' ); # last byte is chopped
DESCRIPTION
This module implements a PerlIO layer that chops the last byte written to the file.
SEE ALSO
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2002 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install PerlIO::via::chop, copy and paste the appropriate command in to your terminal.
cpanm PerlIO::via::chop
perl -MCPAN -e shell install PerlIO::via::chop
For more information on module installation, please visit the detailed CPAN module installation guide.