NAME
Toolforge::MixNMatch::Print::User - Mix'n'match user structure print.
SYNOPSIS
use Toolforge::MixNMatch::Print::User qw(print);
my $print = print($obj);
SUBROUTINES
print
my $print = print($obj);
Print Toolforge::MixNMatch::Object::User instance to user output.
Returns string.
ERRORS
obj2struct():
Object doesn't exist.
Object isn't 'Toolforge::MixNMatch::Object::User'.
EXAMPLE
use strict;
use warnings;
use Data::Printer;
use Toolforge::MixNMatch::Object::User;
use Toolforge::MixNMatch::Print::User;
# Object.
my $obj = Toolforge::MixNMatch::Object::User->new(
'count' => 6,
'uid' => 1,
'username' => 'Skim',
);
# Print.
print Toolforge::MixNMatch::Print::User::print($obj)."\n";
# Output:
# Skim (1): 6
DEPENDENCIES
SEE ALSO
- Toolforge::MixNMatch::Print
-
Toolforge Mix'n'match tool object print routines.
REPOSITORY
https://github.com/michal-josef-spacek/Toolforge-MixNMatch-Print
AUTHOR
Michal Josef Špaček mailto:skim@cpan.org
LICENSE AND COPYRIGHT
© Michal Josef Špaček 2020
BSD 2-Clause License
VERSION
0.04