what is the function that is used to identify how many characters are there in a string?



what is the function that is used to identify how many characters are there in a string?..

Answer / Mahendra Singh Negi

The 'length' function in Perl returns the number of characters in a scalar variable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

What does delete function do in perl?

1 Answers  


What is the purpose of _package_ literal?

1 Answers  


What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)

1 Answers  


Explain the difference between my and local?

2 Answers  


What is perl scripting?

1 Answers  


Why do you use Perl?

1 Answers  


What is “grep” function in perl?

1 Answers  


“The methods defined in the parent class will always override the methods defined in the base class”. What does this statement means?

1 Answers  


What interface used in PERL to connect to database? How do you connect to database in Perl?

1 Answers  


How do I do fill_in_the_blank for each file in a directory?

1 Answers  


What are the functions that can be performed using cgi program?

1 Answers  


Explain chomp?

1 Answers  


Categories