What is Perl?


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

Post New Answer

More CGI Perl Interview Questions

Write a cgi program to show the header part?

0 Answers  


What does last statement do in perl?

0 Answers  


What is subroutine in perl?

0 Answers  


What is goto statement in perl?

0 Answers  


What is perl dbi?

0 Answers  






What is caller function in perl?

1 Answers  


Explain tk?

0 Answers  


Explain a tell function in perl?

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  


How do you give functions private variables that retain their values between calls?

0 Answers  


How do I read command-line arguments with Perl?

0 Answers  


Why -w argument is used with perl programs?

0 Answers  


Categories