Re: OPEN command in Perl

2004-09-15 Thread Sheni R. Meledath
Hi Chris, Sorry to post the same message in two lists. I was not sure about where to post this query. Thank you very much for the valuable information. Shall try & revert. At 04:11 PM 9/15/2004, you wrote: On Wed, 15 Sep 2004, Sheni R. Meledath wrote: > How can I open an external file using Perl

OPEN command in Perl

2004-09-15 Thread Sheni R. Meledath
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 [EM

Re: OPEN command in Perl

2004-09-15 Thread Chris Devers
On Wed, 15 Sep 2004, Sheni R. Meledath wrote: > 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.tx

OPEN command in Perl

2004-09-15 Thread Sheni R. Meledath
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 [EM