Hi,

How can I open an external file using Perl? The file is residing on another server. I have to call the file using http. Now the following is not working.

$email_file = "http://www.mysite.com/data/emails";;
open (LIST,"<$email_file/address.txt");

Thanks in advance.


Regards
Sheni R Meledath
[EMAIL PROTECTED]



-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to