NAME
Text::VisualPrintf::IO - IO::Handle interface using Text::VisualPrintf
SYNOPSIS
use IO::Handle;
use Text::VisualPrintf::IO qw(printf vprintf);
FILEHANDLE->printf(FORMAT, LIST);
DESCRIPTION
This module (re)define printf
and/or vprintf
method in IO::Handle
class as Text::VisualPrintf::printf
function. So you can use these methods from IO::File
class 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.