user2761179
0
Q:

perl string length

# For Perl (language) only

# syntax
length(<your-string-variable>)

# example
length($StringVar)

# practical example
my $YourVar = "Count these characters";
print length($YourVar) . "\n";
1

New to Communities?

Join the community