NAME
EPL2::Command::P - P Command (Print)
VERSION
version 0.001
SYNOPSIS
my $P = EPL2::Command::P->new;
say $P->string;
ATTRIBUTES
number_sets ( Positive default = 1 )
Number of label sets.
number_copies ( Natural default = 0 )
Number of copies per set.
METHODS
string
param: ( delimiter => "\n" )
Return an EPL2 formatted string used for printing form.
SEE ALSO
AUTHOR
Ted Katseres <tedkat@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Ted Katseres.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.