What are perl variables?


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

Post New Answer

More CGI Perl Interview Questions

Write a program to decode the data in the form using cgi programming

0 Answers  


Name an instance where you used a CPAN module?

3 Answers   IBM, TCS,


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  


What is the function of cgiwrap in cgi programming?

0 Answers  


Explain USE and REQUIREMENT statements?

0 Answers  






i have a folder called 'error' and in that, i have error log files which are generated by the build, now i want to findout the string 'error' from each log file and that error has to be copied into the another file called 'analysis'. how do you do this in perl?

5 Answers   HP,


What is a chop() function in perl?

0 Answers  


What are scalars in perl?

0 Answers  


What is the use of -w, -t and strict in Perl?

0 Answers  


How interpreter is used in perl?

0 Answers  


Define operators used in perl?

0 Answers  


What are prefix dereferencer? List them.

0 Answers  


Categories