Distinguish my and local?
No Answer is Posted For this Question
Be the First to Post Answer
How to implement a stack 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?
Differentiate use and require?
Explain about the applications of perl?
Explain the meaning of subroutine?
What?s your favorite module and why?
how to search a unique pattern in a file by using perl hash map function ??? plz answer me
Explain perl. What are the advantages of programming in perl?
what is Polymorphism in Perl?
Is perl a case sensitive language?
Explain which feature of PERL provides code reusability?
Explain about typeglobs?