![]() |
perl restaurant menu
Does anyone have a perl script that can be used to manage an online
restaurant menu? Im looking for examples to study and cant find any on the net at the popular archives. thanks -- --------------- Mark M. Reed mreed@reedassociates.com |
Re: perl restaurant menu
This sounds like an easy job for a small database. You could store the
fields in a flat file, Berkeley DB, or RDBMS. Fields could include: * Dish name * Dish description * Dish price * Special prices, times, etc. * Menu section I'm sure it will get a little more complicated than I am making it out to be, but I don't see that it would be very difficult to whip up a quick and dirty DB and access it via Perl. "Mark Reed" <mreed@reedassociates.com> wrote in message news:Xns93B1C8BA3E302mreedreedassociatesc@216.168. 3.44... > Does anyone have a perl script that can be used to manage an online > restaurant menu? > > Im looking for examples to study and cant find any on the net at the > popular archives. > > thanks > > > > -- > --------------- > Mark M. Reed > mreed@reedassociates.com > |
Re: perl restaurant menu
Mark Reed <mreed@reedassociates.com> wrote in message news:<Xns93B1C8BA3E302mreedreedassociatesc@216.168 .3.44>...
> Does anyone have a perl script that can be used to manage an online > restaurant menu? > > Im looking for examples to study and cant find any on the net at the > popular archives. > > thanks Please take a shot at it and we can help you out with any perl probelms you may encounter. A little more definition might help also. "Manage an online resteraunt menu" -do you want code to run an online store? -do you want code to display a menu only -do you want a page to be displayed based upon a database (implying a method to maintain the database entries) -do you have experience with databases, cgi, javascript and web servers? Good luck JD |
Re: perl restaurant menu
Im basically looking for the ability to have one public page where it
displays the menu by category. For example: Appetizers----- item 1 description Price item 2 etc... Lunch Item 1 etc... it would be a simple display of a restaurants menu. The second part would be an admin back end where the restaurant owner can manage the menu - add items, change items, delete items... etc.. The only experience i have with Perl or MySql is setting up canned scripts from the net - and after searching everywhere, to my surprise, I cannot find any canned scripts for this. Where would you suggest I start? I assume a book on Perl basics, or would PHP be better for this? thanks mmr johndageek@yahoo.com (John D) wrote in news:c608545f.0307080925.458c0db1@posting.google.c om: > Mark Reed <mreed@reedassociates.com> wrote in message > news:<Xns93B1C8BA3E302mreedreedassociatesc@216.168 .3.44>... >> Does anyone have a perl script that can be used to manage an online >> restaurant menu? >> >> Im looking for examples to study and cant find any on the net at the >> popular archives. >> >> thanks > Please take a shot at it and we can help you out with any perl > probelms you may encounter. > > A little more definition might help also. > "Manage an online resteraunt menu" > -do you want code to run an online store? > -do you want code to display a menu only > -do you want a page to be displayed based upon a database > (implying a method to maintain the database entries) > -do you have experience with databases, cgi, javascript and web > servers? > > Good luck > JD > -- --------------- Mark M. Reed mreed@reedassociates.com |
| All times are GMT. The time now is 12:44 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.