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
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,"<
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