You want to download the contents of a url 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 will you open a file in a write-only mode in perl?

0 Answers  


What package you use to create a windows services?

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  


Mention how many ways you can express string in Perl?

0 Answers  


Why we use "use lib $path"?

1 Answers  






What are different data types that perl supports. Elaborate on them.

0 Answers  


What are some of the key features of objects in perl?

0 Answers  


What are the functions that can be performed using cgi program?

0 Answers  


You want to connect to sql server through perl. How would you do that?

0 Answers  


What are the reasons that cookie server can’t handle multiple connections?

0 Answers  


How can we create perl programs in unix, windows nt, macintosh and os/2 ?

0 Answers  


How to start perl in interactive mode?

0 Answers  


Categories