What are scalars in perl?


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

Post New Answer

More CGI Perl Interview Questions

Mention how many ways you can express string in Perl?

0 Answers  


What can be done for efficient parameter passing 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  


How to replace perl array elements?

0 Answers  


Which of these is a difference between Perl and C++ ?

0 Answers  






Why does Perl not have overloaded functions?

0 Answers  


What is warn function in perl?

0 Answers  


You want to connect to sql server through perl. How would you do that?

0 Answers  


Can inheritance be used in perl? Explain with the help of an example.

0 Answers  


How can the user execute a long command repeatedly without typing it again and again?

0 Answers  


Why we use CGI?

0 Answers   Wipro,


How do you find the length of an array?

0 Answers  


Categories