FreeBSD Manual Pages
Text::Bidi::Array::BytUser Contributed Perl DocumentText::Bidi::Array::Byte(3) NAME Text::Bidi::Array::Byte - Dual-life byte arrays VERSION version 2.12 SYNOPSIS use Text::Bidi::Array::Byte; my $a = new Text::Bidi::Array::Byte "abc"; say $a->[1]; # says 98 say $$a; # says abc say "$a"; # also says abc DESCRIPTION This is an derived class of Text::Bidi::Array designed to hold "byte" arrays. See Text::Bidi::Array for details on usage of this class. Each element of the array representation corresponds to an octet in the string representation, at the same location. AUTHOR Moshe Kamensky <kamensky@cpan.org> COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Moshe Kamensky. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.32.0 2016-10-02 Text::Bidi::Array::Byte(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | AUTHOR | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Text::Bidi::Array::Byte&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>