Toolforge::MixNMatch::Print::YearMonth - Mix'n'match year/month structure print.
use Toolforge::MixNMatch::Print::YearMonth qw(print); my $print = print($obj);
print
my $print = print($obj);
Print Toolforge::MixNMatch::Object::YearMonth instance to user output.
Returns string.
obj2struct(): Object doesn't exist. Object isn't 'Toolforge::MixNMatch::Object::YearMonth'.
use strict; use warnings; use Data::Printer; use Toolforge::MixNMatch::Object::YearMonth; use Toolforge::MixNMatch::Print::YearMonth; # Object. my $obj = Toolforge::MixNMatch::Object::YearMonth->new( 'count' => 6, 'month' => 9, 'year' => 2020, ); # Print. print Toolforge::MixNMatch::Print::YearMonth::print($obj)."\n"; # Output: # 2020/9: 6
Error::Pure.
Toolforge Mix'n'match tool object print routines.
https://github.com/michal-josef-spacek/Toolforge-MixNMatch-Print
Michal Josef Špaček mailto:skim@cpan.org
http://skim.cz
© Michal Josef Špaček 2020
BSD 2-Clause License
0.04
To install Toolforge::MixNMatch::Print, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Toolforge::MixNMatch::Print
CPAN shell
perl -MCPAN -e shell install Toolforge::MixNMatch::Print
For more information on module installation, please visit the detailed CPAN module installation guide.