Explain what is the scalar data and scalar variables in Perl?


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

Post New Answer

More CGI Perl Interview Questions

What is the importance of perl warnings? How do you turn them on?

0 Answers  


Explain the meaning of subroutine?

0 Answers  


You want to open and read data files with perl. How would you do that?

0 Answers  


Which guidelines by Perl modules must be followed?

0 Answers  


What is the purpose of goto expr statement?

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 and what are closures implemented in perl?

0 Answers  


What is warn function in perl?

0 Answers  


What is q (single q) operator in perl?

0 Answers  


Define print() function in perl?

0 Answers  


Which functions in perl allows you to include a module file.

0 Answers  


“Perl regular expressions match the longest string possible”. What is the name of this match?

0 Answers  


Categories