The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

String::Multibyte::Bytes - internally used by String::Multibyte for bytes encoding scheme

SYNOPSIS

    use String::Multibyte;

    $bytes = String::Multibyte->new('Bytes');
    $byte_length = $bytes->length($string);

DESCRIPTION

String::Multibyte::Bytes is used for string manipulation in bytes.

Character order: 0x00..0xff

SEE ALSO

String::Multibyte