On 04/23/2011 01:14 AM, Sean Murphy wrote:
> The perl script must generate plain 4.0 HTML code. I am not after any bells or whistles on the page. > The Perl script will go through all my Audio books and group them by author, title and titles in series. I was thinking a table with the below columns: > Author, Series, Title, stream, category and rating. Rating is Adult, Junior, etc. Category is SiFi, thriller, etc. > If the person clicks on the title, a brief description would pop-up. This would be a text file that it would show. Stream it would send the audio directly to the browser. > the info would come from the directory structure of the audio books. I would run the script and it would build the web pages. So the HTML pages would be semi-static.

Compiled static HTML sites have distinct advantages, but if the site is low-bandwidth (e.g. personal/ LAN use) and/or you're library isn't too big, you might be able to accomplish your goal with a single CGI script. One advantage of a purely dynamic site is that you can create/ update/ delete data in the back end via whatever means and the current information will automagically appear via the front-end.


HTH,

David

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to