The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

EPL2::Command::O - O Command (Hardware Options)

VERSION

version 0.001

SYNOPSIS

 my $O = EPL2::Command::O->new;
 say $O->string;

METHODS

string

 param: ( delimiter => "\n" )

Return an EPL2 formatted string used for setting hardware options.

SEE ALSO

EPL2

EPL2::Types

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.