Differentiate between use and require, my and local, for and foreach and exec and system


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

Post New Answer

More CGI Perl Interview Questions

write a script to display mirror image of a entered value and also check whether Palindrome

3 Answers   HCL, Persistent,


How to renaming a file in perl programming?

0 Answers  


Which feature of Perl provides code reusability ? Give any example of that feature.

1 Answers  


Explain perl. When do you use perl for programming? What are the advantages of programming in perl?

0 Answers  


What happens in dereferencing?

0 Answers  


Explain the difference between die and exit in perl?

0 Answers  


What is chomp() operator/function?

0 Answers  


What are the reasons that cookie server can’t handle multiple connections?

0 Answers  


what is the difference between java and cgi?

0 Answers  


What are the two ways to get private values inside a subroutine?

0 Answers  


What are different data types that perl supports. Elaborate on them.

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?

2 Answers  


Categories