LWP::Protocol::Patch::CountBytesIn - Count bytes in
This document describes version 0.001 of LWP::Protocol::Patch::CountBytesIn (from Perl distribution LWP-Protocol-Patch-CountBytesIn), released on 2019-10-05.
use LWP::Protocol::Patch::CountBytesIn; # ... use LWP printf "Total downloaded : %9d bytes\n", $LWP::Protocol::Patch::CountBytesIn::bytes_in;
Please visit the project's homepage at https://metacpan.org/release/LWP-Protocol-Patch-CountBytesIn.
Source repository is at https://github.com/perlancar/perl-LWP-Protocol-Patch-CountBytes.
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=LWP-Protocol-Patch-CountBytesIn
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
IO::Socket::ByteCounter
perlancar <perlancar@cpan.org>
This software is copyright (c) 2019 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install LWP::Protocol::Patch::CountBytesIn, copy and paste the appropriate command in to your terminal.
cpanm
cpanm LWP::Protocol::Patch::CountBytesIn
CPAN shell
perl -MCPAN -e shell install LWP::Protocol::Patch::CountBytesIn
For more information on module installation, please visit the detailed CPAN module installation guide.