Re: please help to solve the problem: "Error message: Premature end of script headers"

2004-07-09 Thread Wiggins d Anconia
> Hi all, > > I have received the respond from the Apache stated that: > > "The server encountered an internal error and was unable to complete your request. > > Error message: > Premature end of script headers: testing.cgi > > If you think this is a server error, please contact the webmaste

RE: Reading a file

2004-07-09 Thread Bob Showalter
Octavian Rasnita wrote: > Hi all, > > Does anyone know how can I read a file from a UNC path? > Is perl able to read files this way? Just pass the UNC to open(). The underlying OS takes care of it; it's not a Perl issue. open(F, '\\server\share\dir\file.ext') or die $!; Or am I misunderstand

Re: please help to solve the problem: "Error message: Premature end of script headers"

2004-07-09 Thread Sean Davis
I would try to locate the file error_log. It contains the errors generated by webpages/cgi. This may give you the answer. I assume that your script works with "tests" from the command line, etc.? Sean On 7/9/04 5:12 AM, "nobody" <[EMAIL PROTECTED]> wrote: > Hi all, > > I have received the re

please help to solve the problem: "Error message: Premature end of script headers"

2004-07-09 Thread nobody
Hi all, I have received the respond from the Apache stated that: "The server encountered an internal error and was unable to complete your request. Error message: Premature end of script headers: testing.cgi If you think this is a server error, please contact the webmaster. " Please help me

Reading a file

2004-07-09 Thread Octavian Rasnita
Hi all, Does anyone know how can I read a file from a UNC path? Is perl able to read files this way? Thank you. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]