What is the different between array and hash in perl programming?
No Answer is Posted For this Question
Be the First to Post Answer
Explain lists in perl?
How do you turn on the perl warnings?
For a situation in programming, how can you determine that Perl is a suitable?
Write a program to decode the data in the form using cgi programming
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?
How can you use Perl warnings and what is the importance to use them?
how to search a unique pattern in a file by using perl hash map function ??? plz answer me
what are the steps involved in reading a cgi script on the server?
How will you access an element of a perl array?
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
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?
Explain the meaning of perl one-liner?