How to read file into hash array ?


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

Post New Answer

More CGI Perl Interview Questions

What is cpan in perl?

0 Answers  


Differentiate between arrays and list in perl.

0 Answers  


what are the steps involved in reading a cgi script on the server?

0 Answers  


How to add elements in a hash in perl?

0 Answers  


Give an example of the -i and 0s option usage.

0 Answers  


Explain splicing of arrays?

0 Answers  


Explain use of ‘my’ keyword in perl?

0 Answers  


Explain strftime() 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?

2 Answers  


How to do comment in perl?

0 Answers  


In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?

0 Answers  


Explain cpan?

0 Answers  


Categories