in reply to A List Apart: A Search Engine in Perl
by Joseph Ryan... I wonder who that is? ;)
I agree that there are a number of style issues I took with a pinch of salt, just so the audience (most of whom have worked with php/asp but have never touched perl) could under stand more easily. Including the one with the regex that dws mentioned (I didn't want to have to explain \b as well, this was NOT intended as a tutorial to Perl), I'll come clean with the rest:
Also, I intentionally did NOT use CGI.pm's html functions (with the exception of start_html and end_html, and stated a caveat about using them). The audience that this is aimed for writes w3 valid xhtml for a living. I would not need to explain xhtml to them, but I would need to explain the HTML functions. Where is the benefit in using them?
I would like to point out that this is simply for demonstrative purposes. I even state that in the article. The whole goal was to get php/asp developers really excited that they can do so much with so little code in perl that they would want to investigate perl on their own. Besides, if they really just want a search engine, there is a link to nms-cgi in my bio ;)
So, does the article do overall good, or overall evil? Please tell me what you think.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: A List Apart: A Search Engine in Perl
by tjh (Curate) on Feb 12, 2002 at 17:42 UTC |