Define dynamic scoping.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

What is the use of strict?

0 Answers  


What are the functions that can be performed using cgi program?

0 Answers  


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?

1 Answers   A1 Technology,


How to access parameters passed to a subroutine in perl?

0 Answers  


How does a “grep” function perform?

0 Answers  






Why do you program in Perl?

4 Answers  


How to implement a stack in Perl?

0 Answers  


How can arrays be tied?

0 Answers  


write a script to generate n prime no.s?

2 Answers   Persistent,


What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?

0 Answers  


what is the difference between java and cgi?

0 Answers  


What are the advantages of perl programming?

0 Answers  


Categories