NAME
Text::VisualPrintf::IO - IO::Handle interface using Text::VisualPrintf
SYNOPSIS
use IO::Handle;
use Text::VisualPrintf::IO;
FILEHANDLE->printf(FORMAR, LIST);
DESCRIPTION
This module replace IO::Handle::printf by Text::VisualPrintf::printf funciton. So you can use printf
method from IO::File or such.
SEE ALSO
https://github.com/kaz-utashiro/Text-VisualPrintf
AUTHOR
Kazumasa Utashiro
LICENSE
Copyright (C) 2020 Kazumasa Utashiro.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.