How interpreter is used in perl?


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

Post New Answer

More CGI Perl Interview Questions

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 can you use Perl warnings and what is the importance to use them?

0 Answers  


Explain chop?

0 Answers  


Give an example of using the -n and -p option.

0 Answers  


How do I pass a command line argument in perl?

0 Answers  


How do you open a file for writing?

6 Answers  


Explain returning values from subroutines?

0 Answers  


Explain lexical variables.

0 Answers  


What is 'rollback' command in perl?

0 Answers  


sort a word "system" in perl/shell without using built in functions output should be emssty

2 Answers   emc2,


Can we load binary extension dynamically?

0 Answers  


How to concatenate strings in perl?

0 Answers  


Categories