what is the function of Return Value?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

What is lexical variable in perl?

0 Answers  


How to determine strings length in perl?

0 Answers  


Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.

0 Answers  


How do I sort a hash by the hash key?

0 Answers  


Enlist the advantages of using c over perl?

0 Answers  






What does the’$_’ symbol mean?

0 Answers  


Write a script to reverse a string without using perl's built in functions?

0 Answers  


Demonstrate subroutines in perl with a simple example.

0 Answers  


Explain the functioning of conditional structures in perl.

0 Answers  


How do I pass a command line argument in perl?

0 Answers  


my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

2 Answers  


What is cpan ? What are the modules coming under this?

0 Answers  


Categories