Re: Trouble openign a file

2002-05-28 Thread Gautam
Eric Preece wrote: > Hello, > > I am new to perl and having trouble with a script I wrote to publish some data in an >rss format. The script works great from the command prompt but dies when I use input >from a web form. The error is "No such file or directory" for my template. The file >is th

Re: Trouble openign a file

2002-05-28 Thread drieux
On Tuesday, May 28, 2002, at 09:48 , Eric Preece wrote: [..] > # > # sub to get rss input from htm form and write it to a file > # > sub getInput { [..] > my $template = "rss_outtemplate.htm"; > my $tempHTML =''; > my $fullOutfil

RE: Trouble openign a file

2002-05-28 Thread Eric Preece
I haven't tried that yet - I will tonight. Thanks for the help! -Original Message- From: Felix Geerinckx [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 10:14 AM To: [EMAIL PROTECTED] Subject: Re: Trouble openign a file on Tue, 28 May 2002 16:48:55 GMT, Eric Preece

Re: Trouble openign a file

2002-05-28 Thread Felix Geerinckx
on Tue, 28 May 2002 16:48:55 GMT, Eric Preece wrote: > Hello, > > I am new to perl and having trouble with a script I wrote to publish > some data in an rss format. The script works great from the command > prompt but dies when I use input from a web form. What happens if you prepend all your

Trouble openign a file

2002-05-28 Thread Eric Preece
Hello, I am new to perl and having trouble with a script I wrote to publish some data in an rss format. The script works great from the command prompt but dies when I use input from a web form. The error is "No such file or directory" for my template. The file is there and I have no trouble wi