Name: | perl-Scalar-String |
---|---|
Version: | 0.003 |
Release: | 8.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 87181 |
License: | GPL+ or Artistic |
RPM: | perl-Scalar-String-0.003-8.el8.aarch64.rpm |
Source RPM: | perl-Scalar-String-0.003-8.el8.src.rpm |
Build Date: | Thu Mar 19 2020 |
Build Host: | ca-arm-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Scalar-String |
Summary: | String aspects of scalars |
Description: | This module 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. |