Re: Post to a CGI seems to have an invisible character

2001-02-16 Thread $Bill Luebkert
Shawn Wowk wrote: > > Hi, > > I am posting this to the Web list and XML list as I think this issue crosses > the boundary of both. > > I have started to poke around with XML/XSL and noticed something strange. I > am using CGI to dynamically generate XML from a database. I have a > stylesheet to

Post to a CGI seems to have an invisible character

2001-02-16 Thread Shawn Wowk
Hi, I am posting this to the Web list and XML list as I think this issue crosses the boundary of both. I have started to poke around with XML/XSL and noticed something strange. I am using CGI to dynamically generate XML from a database. I have a stylesheet to to transform this XML, render it and

Re: Request...

2001-02-16 Thread Rythmist
Hi, Once Perl is installed and mapped in the registry, 1. make sure the top line of your script points to perl #!/localhost/perl/bin 2. Add and Set permissions on the virtual directory containing your scripts via the PWS web manager to 'scripts' and 'execute' only. Note: PWS has a default dire

Re: Script produced no output

2001-02-16 Thread Brian Steele
This gets stranger and stranger... I've finally managed to resolve the "script produced no output" errors, by editing each script to ensure that the FIRST thing it did was send the "HTTP 1/0 OK" information back to the browser. However, I now have a new error to work with: INTERNAL ERROR: P

RE: Request...

2001-02-16 Thread Kaspars Vilkens
I just reinsalled Windows and PWS and got the same error. I also tried to execute not existing script and got the same error: #CGI Error #The specified CGI application misbehaved by not returning a complete set of #HTTP headers. The headers it did return are: #Can't open perl script "*": No such

Problems with Sendmail

2001-02-16 Thread Sharon Tiroff
Hi, I am new to Perl CGI programming and I am trying to send e-mail. I am receiving the following error at the bottom of my form. Does anyone know what is causing this? Any help would be appreciated! Thanks, Sheri -

RE: E-Mail with text and HTML

2001-02-16 Thread Mcclelland, Keith
I use MIME::Lite to send html/text messages about: http://velocity.activestate.com/docs/ActivePerl/site/lib/MIME/Lite.html -Original Message- From: Trevor Joerges [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 1:31 PM To: 'Mark Franz'; 'Larry E Stewart'; 'Perl-Win32-Web Mai

Re: Request...

2001-02-16 Thread Lee Goddard
Um, you have set permissions on the script dir? Kaspars Vilkens wrote: > > The directory structure of the server is: > > home dir: C:\inetpub\wwwroot\ > scripts dir: C:\inetpub\scripts\(alias \scripts) > > script I want to execute is needed to generate frames html, depending on > us

Re: Request...

2001-02-16 Thread Lee Goddard
Oh. You're not using the quotes in the reg are you? You've got the HTTP headers correct? content-type: text/html\n\n Kaspars Vilkens wrote: > > Just tried. Not working like this (Gives same error)!!! > > [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip > t M

Search Engine

2001-02-16 Thread stanley . g . martin
Has anyone work on or developed some type of search engine for CGI scripts using Perl that search a database? I have a database with records containing problems we've worked on and I want to be able to input a bit of text and have it search my database for matching records. Stanley G. Martin Mid

RE: E-Mail with text and HTML

2001-02-16 Thread Trevor Joerges
Title: RE: E-Mail with text and HTML You would be referring to the Outlook Security Patch and I don't think it's the problem as I can send a message without the text and just an inline HTML doc and it renders the HTML in the body of the message. It only fails when you add text to the message

RE: HELP - Can't find string terminator??

2001-02-16 Thread Frank Novak
Title: RE: HELP - Can't find string terminator?? Remove leading and trailing spaces from terminating END_OF_MESSAGE. Frank -Original Message- From: Sharon Tiroff To: '[EMAIL PROTECTED]' Sent: 2/16/01 10:53 AM Subject: HELP - Can't find string terminator?? I am

RE: HELP - Can't find string terminator??

2001-02-16 Thread Joseph P. Discenza
Sharon Tiroff wrote, on Friday, February 16, 2001 13:54 : Can't find string terminator "END_OF_MESSAGE" anywhere before EOF at : C:\Inetpub\wwwroot\cgi-bin\form.cgi line 115. : : print MAIL

HELP - Can't find string terminator??

2001-02-16 Thread Sharon Tiroff
I am a newbie to CGI and I am receiving the following Error:. CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Can't find string terminator "END_OF_MESSAGE" anywhere before EOF at C:\Inetpub\wwwroot\cgi-bin\form.c

RE: E-Mail with text and HTML

2001-02-16 Thread Trevor Joerges
Title: RE: E-Mail with text and HTML Larry, In my experience the Outlook client doesn't handle this type of e-mail the way you would expect it to. But many other MUAs do. I have written a command line mailer that sends messages in the appropriate format (freely available from my web site bel

Re: running a perl script on a server from another script

2001-02-16 Thread Asaf Elron
You could use backticks (``) or the do() function. Check the perlop and perlfunc manpages respectively. There are probably 7 other ways of doing this. - Original Message - From: "Matthew Thompson" <[EMAIL PROTECTED]> To: "Perl Web (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2

Re: E-Mail with text and HTML

2001-02-16 Thread Asaf Elron
Title: RE: E-Mail with text and HTML There must be an RFC about this. Check you favorite public documentation site ( www.faqs.org is acceptable ). - Original Message - From: Larry E Stewart To: Perl-Win32-Web Mailing List Sent: Friday, February 16, 200

running a perl script on a server from another script

2001-02-16 Thread Matthew Thompson
> Hi, > I would like to run a perl script on a web server from within another > script and get a returned value (success or fail). The purpose of this is > to update a web page - with the IP address the the request came from and > some other info though the GET method. > Does anyone know a good w

Re: DBI

2001-02-16 Thread Simon Oliver
Depends of the RDBMS. Some will allow via ALTER TABLE statement, but most don't support this. You will have to cretae a brand new table with the extra column, copy over all the data, delete the original. Kristofer Wolff wrote: > quick and fast: > > hi all, > > does sombody know, how i can

More on PerlCOM/IIS problem

2001-02-16 Thread Dan Stefura
I have been still fighting with this PerlCOM/IIS problem. Many thanks to everyone who has given me some suggestions. I've narrowed it down to this: In a simple .asp page where I call this PerlCOM object, the object is created, init() is called, render() is called, and then the object is destroy

FW: DBI

2001-02-16 Thread Gregory_Griffiths
alter table add (atr3 varchar2(30)) works in Oracle > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: 16 February 2001 15:54 > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: FW: DBI > > > > > > quick and fast: > > > > hi all, >

RE: E-Mail with text and HTML

2001-02-16 Thread Larry E Stewart
Title: RE: E-Mail with text and HTML I have looked at messages with text and HTML, but cannot find the secret of exactly what needs to be sent to an SMTP server.  I see that all text and HTML messages have in the header that there is a boundary between the text part and the HTML part

DBI

2001-02-16 Thread Kristofer Wolff
quick and fast: hi all, does sombody know, how i can add a col in a table of a database ?? XBASE, SYBASE and DB2 ??? -- I have a Atributes table, and the user must add artibutes, so my tables looks like: *** *** *** * Prod.NR * * atr 1 * * atr 2 * -

Re: Request...

2001-02-16 Thread Ron Grabowski
> but I think the problem is not in this script, because no script gives the > same error... What is your Perl question? ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Request...

2001-02-16 Thread Kaspars Vilkens
The directory structure of the server is: home dir: C:\inetpub\wwwroot\ scripts dir: C:\inetpub\scripts\(alias \scripts) script I want to execute is needed to generate frames html, depending on user machine's screen resolution, to send it to client (for centering the page in the scree

RE: Request...

2001-02-16 Thread Kaspars Vilkens
Just tried. Not working like this (Gives same error)!!! [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip t Map] ".pl" = "C:\perl\bin\perl.exe %s %s" Any other ideas? Kaspars Vilkens -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Beha

Request...

2001-02-16 Thread Kaspars Vilkens
# #Well does anybody know what's the problem with my box??? #Any ideas on how to solve my problem? # Hallo, I am new to Perl programming... so do not blame me for such a dummy question :