What is q (single q) operator in perl?


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 generate n prime no.s?

2 Answers   Persistent,


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  


Define say() function in perl?

0 Answers  


What is the use of command “use strict”?

0 Answers  


Explain the difference between die and exit in perl?

0 Answers  






What is confess function in perl?

0 Answers  


How to convert strings into an array in perl?

0 Answers  


What is -> symbol in perl?

0 Answers   HCL,


What is the main function of cookie server?

0 Answers  


How does a “grep” function perform?

0 Answers  


Why -w argument is used with perl programs?

0 Answers  


What is Perl?

0 Answers  


Categories