What are perl variables?


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

Post New Answer

More CGI Perl Interview Questions

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?

1 Answers   A1 Technology,


Explain what is the scalar data and scalar variables in Perl?

0 Answers  


Explain tk?

0 Answers  


What is the difference between exec and system?

0 Answers  


How to concatenate strings with perl?

0 Answers  


What is a perl references?

0 Answers  


What is cpan in perl?

0 Answers  


Why do you program in Perl?

4 Answers  


What is the difference between die and exit in perl?

0 Answers   HCL,


How do you turn on the perl warnings?

0 Answers  


When would `local $_' in a function ruin your day?

0 Answers  


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

0 Answers  


Categories