Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Perl Misc (http://www.velocityreviews.com/forums/f67-perl-misc.html)
-   -   perl restaurant menu (http://www.velocityreviews.com/forums/t869985-perl-restaurant-menu.html)

Mark Reed 07-07-2003 11:43 PM

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


Barrett Clark 07-08-2003 04:29 AM

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
>




John D 07-08-2003 05:25 PM

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

Mark Reed 07-10-2003 03:10 AM

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.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57