- or download this
my $sizeofstring = length($string);
- or download this
my $sizeinchars = chars($string);
- or download this
my $sizeinelems = elems(@array);
- or download this
my $sizeinchars = chars(@array);
- or download this
my $ref = [1,2,3];
my $sizeinelems = elems($ref);
- or download this
@array.elems
$string.chars
@array.chars
$ref.elems
- or download this
$string.bytes
$string.codepoints
$string.graphemes
$string.letters
- or download this
$string.columns
- or download this
$string.pixels