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

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

RE: open() command and exiting script

2002-09-17 Thread Kothari, Amitkumar, NPONS
] Sent: Tuesday, September 17, 2002 11:55 AM To: [EMAIL PROTECTED] Subject: Re: open() command and exiting script Jordan C. wrote: > Hello. I have a transliterator script, and I need some help with it. > Source is at the bottom of this message. What I need help with in > particular i

Re: open() command and exiting script

2002-09-17 Thread david
Jordan C. wrote: > Hello. I have a transliterator script, and I need some help with it. > Source is at the bottom of this message. What I need help with in > particular is the open() command. The two relevant lines of the script > are: open(STDOUT, ">trans-d.html"); - and - print STDOUT "$transme

RE: open command

2002-07-11 Thread LoBue, Mark
> -Original Message- > From: William Black [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 11, 2002 5:32 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: re: open command > > > The info in the two vars are correct. What doesen't work is > when

re: open command

2002-07-11 Thread William Black
The info in the two vars are correct. What doesen't work is when the email is sent it doesn't include the subject line and I can't tell why. William >From: Felix Geerinckx <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: re: open command >Date: 11 Jul

re: open command

2002-07-11 Thread Felix Geerinckx
on Thu, 11 Jul 2002 12:03:06 GMT, William Black wrote: > I'm using the open command with the pipe. For some reason this > doesn't work. Can anyone tell me why? > > open(MAIL,"| mail -s $subject $contact[0]->{email}") || die "can't > create"; Works for me. Could you be more specific wrt "doesn

re: open command

2002-07-11 Thread William Black
Hi all, I'm using the open command with the pipe. For some reason this doesn't work. Can anyone tell me why? open(MAIL,"| mail -s $subject $contact[0]->{email}") || die "can't create"; William Black _ MSN Photos is the easie