Paketname | libscalar-string-perl |
Beschreibung | Perl module concerning the string aspects of scalars |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.001-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 100 Byte |
Hängt ab von | perl (>= 5.10.1-13), perlapi-5.10.1, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 15594 Byte |
Prüfsumme MD5 | cec60c84cada1a99f531eb7f7b4d621c |
Prüfsumme SHA1 | 6f9f2bfc3aa5cd3edfe9c4bd838b657dbcb15196 |
Prüfsumme SHA256 | d957193098ab628b98ac3d55ab2c7df9e7a59ac78532c784f3b3ffe6212d88f7 |
Link zum Herunterladen | libscalar-string-perl_0.001-1_i386.deb |
Ausführliche Beschreibung | Scalar::String is about the string part of plain Perl scalars. A scalar has a
string value, which is notionally a sequence of Unicode codepoints, but may
be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so
in older versions of Perl, the internal encoding shows through. To fully
understand Perl strings it is necessary to understand these implementation
details.
.
This module provides functions to classify a string by encoding and to encode
a string in a desired way.
|