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 |
What does delete function do in perl?
What is the purpose of _package_ literal?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
Explain the difference between my and local?
What is perl scripting?
Why do you use Perl?
What is “grep” function in perl?
“The methods defined in the parent class will always override the methods defined in the base class”. What does this statement means?
What interface used in PERL to connect to database? How do you connect to database in Perl?
How do I do fill_in_the_blank for each file in a directory?
What are the functions that can be performed using cgi program?
Explain chomp?