RosettaCodeData/Task/String-length/Perl/string-length-2.pl
2023-07-01 13:44:08 -04:00

1 line
37 B
Perl

my $length = length "Hello, world!";