Perl Programming Question:
Download Questions PDF

How do you find the length of an array?

Answers:

Answer #1
$@array

Answer #2
$#array + 1

Answer #3
@#array

Download Perl Programming Interview Questions And Answers PDF

Previous QuestionNext Question
How to read file into hash array ?What value is returned by a lone return; statement?