Explain subroutine in perl?
No Answer is Posted For this Question
Be the First to Post Answer
what are the strategies followed for multiple form interaction in cgi programs?
what is CPAN?
What do the symbols $ @ and % mean when prefixing a variable?
You want to open and read data files with perl. How would you do that?
How to find out the version of PERL being installed on your LINUX machine.
Explain the internal working of cgi
What is the closure in PERL?
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?
What is a hash?
6 Answers Photon, Satyam, Wipro,
Explain a tell function in perl?
How will you declare a variable in perl?
What is a perl references?