Re: 2 Q's, Google and Me - can you spell it out?

2002-01-10 Thread Henk van Ess
Dear all, I tried to make some adjustments to the script for Google. I made a form like this: New Page 2 http://www.voelspriet.nl/cgi-bin/voelspriet1.cgi"; method="get" target="_blank"> Doorzoek alleen de titels van websites http://www.voelspriet.nl/cgi-bin/voelspriet2.cgi"; meth

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Henk van Ess
Dear all, It worked! You should have seen my face when I saw the script working for the first time. My first Perl script, thanks to architect Curtis and with great help of Bob and Camilo! Ty all. I'm looking forward to learn more from you guys. Henk van Ess www.voelspriet.nl -- To unsubsc

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Curtis Poe
--- Henk van Ess <[EMAIL PROTECTED]> wrote: > What an excellent tip.. My ISP doesn't give me acces to the log right away, > so the browser-trick helped me out! > > here's the error: > Software error: > Can't locate object method "appropriate" via package "regex" at > d:\www\voelspriet.nl\www\cgi-

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Henk van Ess
What an excellent tip.. My ISP doesn't give me acces to the log right away, so the browser-trick helped me out! here's the error: Software error: Can't locate object method "appropriate" via package "regex" at d:\www\voelspriet.nl\www\cgi-bin\spriet.pl line 17. -- To unsubscribe, e-mail: [

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Curtis Poe
--- Henk van Ess <[EMAIL PROTECTED]> wrote: > http://www.voelspriet.nl/cgi-bin/spriet.pl > > check All in Title en press Submit. > > Error: > > 'd:\www\voelspriet.nl\www\cgi-bin\spriet.pl' script produced no output Henk, Find your error log. Since you appear to be using ISAPI, it's likely n

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Henk van Ess
Dear all, Again, ty so much for your help. I'm learning a lot about Perl now. Finally the script is running! Details do matter, don't they? I have a new problem. Check http://www.voelspriet.nl/cgi-bin/spriet.pl check All in Title en press Submit. Error: 'd:\www\voelspriet.nl\www\cgi-bin\s

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Curtis Poe
--- Henk van Ess <[EMAIL PROTECTED]> wrote: > Dear Bob, dear all, > > I followed your suggestion and installed Active Perl for a local test. If I > run the script below, I get the following error: > > Too late for "-T" option at C:\spriet.nl Since you're running IIS, getting the "too late for -

RE: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Camilo Gonzalez
characters, including spaces. Does that make sense? -Original Message- From: Henk van Ess [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 9:49 AM To: Camilo Gonzalez; Bob Showalter; [EMAIL PROTECTED] Subject: Re: 2 Q's, Google and Me - can you spell it out? Ty for your fast a

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Henk van Ess
Ty for your fast answer, but I;m still puzzled. Could you paste the script and add the proper syntax? You really would help me with that Henk van Ess -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Camilo Gonzalez
] Subject: Re: 2 Q's, Google and Me - can you spell it out? Dear Bob, dear all, I followed your suggestion and installed Active Perl for a local test. If I run the script below, I get the following error: Too late for "-T" option at C:\spriet.nl When I remove the first line #!/usr/bin

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Henk van Ess
Dear Bob, dear all, I followed your suggestion and installed Active Perl for a local test. If I run the script below, I get the following error: Too late for "-T" option at C:\spriet.nl When I remove the first line #!/usr/bin/perl -wT i get the error: Can't find string terminator "END_HTML"an

RE: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Bob Showalter
> -Original Message- > From: Henk van Ess [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 09, 2002 3:19 AM > To: Bob Showalter; [EMAIL PROTECTED] > Subject: Re: 2 Q's, Google and Me - can you spell it out? > > > Sorry, I gave the wrong URL > &g

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-09 Thread Henk van Ess
Sorry, I gave the wrong URL http://www.voelspriet.nl/cgi-bin/spriet.cgi What did I do wrong? > Your script works fine on my server. I get a 404 when I try > to run your link. > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: 2 Q's, Google and Me - can you spell it out?

2002-01-08 Thread Bob Showalter
> -Original Message- > From: Henk van Ess [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 12:53 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: 2 Q's, Google and Me - can you spell it out? > > > Dear Poec or others, > > I

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-08 Thread Henk van Ess
Dear Poec or others, I followed the instructions, but the *.cgi fails to generate an output. What did I do wrong? Try www.voelspriet.nl/spriet.cgi to see the error. This is the content of the script: #!/usr/bin/perl -wT use strict; use CGI qw/:standard/; use URI::Escape; # if

Re: 2 Q's, Google and Me - can you spell it out?

2002-01-07 Thread Curtis Poe
--- Henk van Ess <[EMAIL PROTECTED]> wrote: > Dear all, > > They told me that this forum teaches Perl in a friendly atmosphere, so I > hope you can help me. My name is Henk van Ess and I run www.voelspriet.nl, a > Dutch site about searchengines (non-commercial). > > I'm busy with a form for sear

2 Q's, Google and Me - can you spell it out?

2002-01-07 Thread Henk van Ess
Dear all, They told me that this forum teaches Perl in a friendly atmosphere, so I hope you can help me. My name is Henk van Ess and I run www.voelspriet.nl, a Dutch site about searchengines (non-commercial). I'm busy with a form for searching all kind of special operators in search engines and