Comment on the scope of variables in perl.
No Answer is Posted For this Question
Be the First to Post Answer
How to merge two arrays in perl?
You want to connect to sql server through perl. How would you do that?
How to count no of occurrence of a unique patterns in perl?
Explain split function in perl?
Perl regular expressions are greedy" what does this mean?
How do I replace every TAB character in a file with a comma?
What is the different between array and hash in perl programming?
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.
What is a perl references?
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?
Write a program to decode the data in the form using cgi programming
How to access parameters passed to a subroutine in perl?