How to dereference a reference?


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

Post New Answer

More CGI Perl Interview Questions

Explain perl.

0 Answers  


What is q (single q) operator in perl?

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,


What does undef function in perl?

0 Answers  


What are the arguements we normally use for perl interpreter?

0 Answers  


Why do you use only Perl when there a lot of more languages available in market like C, Java?

1 Answers  


What is perl dbi?

0 Answers  


Explain lexical variables.

0 Answers  


what is the procedure to define a user define module in your perl application?

2 Answers   IBM,


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.

0 Answers  


Elaborate on perl bite-wise operators.

0 Answers  


How will you create a file in perl?

0 Answers  


Categories