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. This is not a CGI question, and you posted the exact same message to the beginners list

RE: OPEN command in Perl

2004-09-15 Thread Spindler, Brian
AM To: [EMAIL PROTECTED] Subject: OPEN command in Perl 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,"<

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