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


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

Post New Answer

More CGI Perl Interview Questions

How to dereference a reference?

0 Answers  


Explain join function in perl?

0 Answers  


What are the two ways to get private values inside a subroutine?

0 Answers  


Why does Perl not have overloaded functions?

0 Answers  


Which feature of Perl provides code reusability ? Give any example of that feature.

1 Answers  


Differences between die and exit.

0 Answers  


how to search a unique pattern in a file by using perl hash map function ??? plz answer me

2 Answers  


What does perl do in linux?

0 Answers  


What is perl? What is the basic command to print a string in perl?

0 Answers  


How interpreter is used in perl?

0 Answers  


What is the usage of -i and 0s options?

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  


Categories