|
Text strings, or character strings are made of characters. Bytes are irrelevant here, and so are
encodings. Each character is just that: the character.
Text strings are also called Unicode strings, because in Perl, every text string is a Unicode
string.
Cell->{Val}, Cell->{_Value} both are unicode strings
Thanks
Vikas |