How will you access an element of a perl array?


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

Post New Answer

More CGI Perl Interview Questions

What are perl strings?

0 Answers  


How to sort dates in Perl ?

1 Answers  


Explain about typeglobs?

0 Answers  


Explain string comparison operators in perl.

0 Answers  


You want to read command-line arguements with perl. How would you do that?

0 Answers  






How would you ensure the re-use and maximum readability of your perl code?

0 Answers  


Explain subroutine in perl?

0 Answers  


What can be done for efficient parameter passing in perl? Explain.

0 Answers  


What is the use of -n and -p options?

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,


How can you replace the characters from a string and save the number of replacements?

0 Answers  


How to check the status of airplane mode (enable/disable) in perl for Android mobile?

0 Answers  


Categories