Explain arrays in perl.


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

Post New Answer

More CGI Perl Interview Questions

What does the q{ } operator do?

0 Answers  


Explain subroutine in perl?

0 Answers  


What are the various uses of perl?

0 Answers  


Which functions in perl allows you to include a module file. State their differences.

0 Answers  


What is the usage of -i and 0s options?

0 Answers  






What is confess function 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?

1 Answers   A1 Technology,


What is the difference between single (') and double (") quote in a string in perl?

0 Answers  


What does the qx{ } operator do?

0 Answers  


Explain goto name?

0 Answers  


How will you open a file in a write-only mode in perl?

0 Answers  


What are the different types of perl operators?

0 Answers  


Categories