What is warn function in perl?


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

Post New Answer

More CGI Perl Interview Questions

Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.

3 Answers   TCS,


Explain grooving and shortening of arrays and splicing of arrays?

0 Answers  


Why does Perl not have overloaded functions?

0 Answers  


You want to print the contents of an entire array. How would you do that?

0 Answers  


Explain about typeglobs?

0 Answers  






Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?

0 Answers  


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

0 Answers  


How to create a package?

0 Answers  


What are some common methods to all handles in perl?

0 Answers  


write a perl script to find whether a given line of text is starting and ending with same word or not ???

2 Answers   CSS,


Explain the difference between "my" and "local" variable scope declarations. ?

0 Answers   HCL,


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  


Categories