What are arrays in perl?
No Answer is Posted For this Question
Be the First to Post Answer
How can arrays be tied?
What does perl do in linux?
What is epoch time in perl?
write a script to display mirror image of a entered value and also check whether Palindrome
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?
How to create a directory in perl?
How to disable the mod_perl from apache_server as i have used perlfect search on the site and its pagination is not working and the remedy is to disable the mod_perl.
Explain ivalue?
Explain the difference between "my" and "local" variable scope declarations. ?
what is Chop & Chomp function does?
List the prefix dereferencer in Perl.
What are the advantages and disadvantages of perl language?