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 ?"


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

Post New Answer

More CGI Perl Interview Questions

Explain grooving and shortening of arrays?

0 Answers  


How to renaming a file in perl programming?

0 Answers  


Perl regular expressions are greedy" what does this mean?

0 Answers  


How do I sort a hash by the hash key?

0 Answers  


Why is it hard to call this function: sub y { "because" } ?

0 Answers  






Explain what is STDIN, STDOUT and STDERR?

0 Answers  


Packing and Unpacking. Hi, I want to get output as 0x23400000345.... in the below example How to get? i tried out, but unable to get the answer $r=0x234; $t=0x345; $y=pack('L L',$t,$r); $x1=unpack('L!',pack('P',$y)); printf("\nThe value is $x1"); I didn't get constant output

1 Answers  


What is epoch time in perl?

0 Answers  


What is perl push array function?

0 Answers  


Explain lexical variables.

0 Answers  


What are the functions that can be performed using cgi program?

0 Answers  


What are the different instances used in cgi overhead?

0 Answers  


Categories