Can we load binary extension dynamically?


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

Post New Answer

More CGI Perl Interview Questions

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,


There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"

0 Answers   Cisco, Oracle,


What are perl variables?

0 Answers  


What are the various flags/arguments that can be used while executing a perl program?

0 Answers  


What does 'do' statement do in perl?

0 Answers  






What does cgi program store?

0 Answers  


Can inheritance be used in perl?

0 Answers  


How to replace perl array elements?

0 Answers  


What is -> symbol in perl?

0 Answers   HCL,


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

0 Answers  


What is the use of command “use strict”?

0 Answers  


How to deleting an existing file in perl programming?

0 Answers  


Categories