What are the various uses of perl?
No Answer is Posted For this Question
Be the First to Post Answer
how to search a unique pattern in a file by using perl hash map function ??? plz answer me
What is the use of -n and -p options?
what are steps to do to lock the sony ericsson mobile with password?
Explain lists in perl?
What is perl push array function?
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?
Is perl a case sensitive language?
Can you add two arrays together?
Does Perl have reference type?
what are the three groups involved in information sharing?
What purpose does each of the following serve: -w, strict, - T ?
What is hash?