Re: Searching for a book...

2002-01-07 Thread Richard S. Crawford
detailed. I'm oriented in programming net stuffs with perl. Thanks in advance. best regards, sofit Sliante, Richard S. Crawford http://www.mossroot.com AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford MSN: [EMAIL PROTECTED] It is only with the heart that we see rightly; what is essential

Extracting Titles from a bunch of HTML files

2002-01-02 Thread Richard S. Crawford
I have a directory containing over 250 HTML files. What is the best way to extract the title (between the TITLE and /TITLE tags) of each file without having to open the file and read in the contents, which seems like it would be very slow? Sliante, Richard S. Crawford http

Making Cygwin and Apache and Perl Play Nice

2001-12-30 Thread Richard S. Crawford
1.3)? Sliante, Richard S. Crawford http://www.mossroot.com AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford MSN: [EMAIL PROTECTED] It is only with the heart that we see rightly; what is essential is invisible to the eye. --Antoine de Saint Exupéry Push the button, Max! -- To unsubscribe, e

Generating static HTML Pages

2001-12-05 Thread Richard S. Crawford
but is looking for something more challenging) Sliante, Richard S. Crawford http://www.mossroot.com AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford MSN: [EMAIL PROTECTED] It is only with the heart that we see rightly; what is essential is invisible to the eye. --Antoine de Saint Exupéry Push the button, Max

Re: Help with Debugging

2001-11-17 Thread Richard S. Crawford
@Classes; Sliante, Richard S. Crawford http://www.mossroot.com mailto:[EMAIL PROTECTED] AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford It is only with the heart that we see rightly; what is essential is invisible to the eye. --Antoine de Saint Exupéry Push the button, Max! -- To unsubscribe, e

RE: Off-Topic (200%) - Where are you from?

2001-11-11 Thread Richard S. Crawford
“‰©b²Ð \c’º¹ËUz¸Ÿ‰Æ­Š‰ÓzËb Sliante, Richard S. Crawford http://www.mossroot.com mailto:[EMAIL PROTECTED] AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford It is only with the heart that we see rightly; what is essential is invisible to the eye. --Antoine de Saint Exupéry Push

RE: Off-Topic (200%) - Where are you from?

2001-11-09 Thread Richard S. Crawford
.. and you? Sliante, Richard S. Crawford http://www.mossroot.com mailto:[EMAIL PROTECTED] AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford It is only with the heart that we see rightly; what is essential is invisible to the eye. --Antoine de Saint Exupéry Push the button, Max! -- To unsubscribe, e

Re: Off-Topic (200%) - Where are you from?

2001-11-09 Thread Richard S. Crawford
:25 AM 11/9/2001, Christopher Solomon wrote: But you must get to meet so many great people! Is the cruise ship you refer to, a Geek Cruises conference? Sliante, Richard S. Crawford http://www.mossroot.com mailto:[EMAIL PROTECTED] AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford It is only

Perl, Win2K, and Apache

2001-10-24 Thread Richard S. Crawford
I've got Apache running on this Win2K box, as well as MySQL. I can make PHP talk to MySQL, and I've managed to get Tomcat up and running and talking to Apache as well, but I seem to be at a loss when getting Perl to talk to Apache. Any help would be most appreciated. Sliante, Richard S

Re: Perl, Win2K, and Apache

2001-10-24 Thread Richard S. Crawford
the full path in the shebang line? Etienne Richard S. Crawford wrote: I've got Apache running on this Win2K box, as well as MySQL. I can make PHP talk to MySQL, and I've managed to get Tomcat up and running and talking to Apache as well, but I seem to be at a loss when getting Perl to talk

Re: Perl, Win2K, and Apache

2001-10-24 Thread Richard S. Crawford
Done... but is there then a way to get to the script directly, so that I can browse to http://localhost/cgi-bin/perltest.pl ? I get a 404 error when I try.. At 09:54 AM 10/24/2001, Etienne Marcotte wrote: You need to put the pl file in /cgi-bin/ Etienne Richard S. Crawford wrote: I do

Re: Perl, Win2K, and Apache

2001-10-24 Thread Richard S. Crawford
:/Program Files/Apache Group/Apache/cgi-bin AllowOverride None Options None Order allow,deny Allow from all /Directory this is usually located right before the /IfModule tag Maybe that's the reason Etienne Richard S. Crawford wrote: Done... but is there then a way to get