Answers for "size of string perl"

0

size of string perl

#!/usr/bin/perl

my $str = "Hello, World"

print length($str); #12
Posted by: Guest on March-28-2022

Browse Popular Code Answers by Language