in reply to Help with Perl movie database engine assignment
That said, here are a few pointers for general programming methodology:
Your professor has given you most of the algorithm. You just need to rewrite the problem and you should see what to do.
(Hint: you will need to make three files - one in HTML, one in Perl, and one as the flatfile database.)
(Bonus question: Can you merge the three files into two? How about one?)
------
We are the carpenters and bricklayers of the Information Age.
The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6
... strings and arrays will suffice. As they are easily available as native data types in any sane language, ... - blokhead, speaking on evolutionary algorithms
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
|
|---|