perl

Note of baking calculator project – number 1

Note of baking calculator project – number 1

The concept and brief idea of the Baking Calculator
Basically, the programming will use Windows 2000 environment to implement and since the tools I use are all Linux/Unix tools Win32 ports. So, ideally, the project can be easily moved to Linux/Unix system.
Tools:
1. Perl, main coding language for this project
2. mySQL, the database server for store data, use DBI:mysql to perform with perl
3. Apache, the httpd server for web
4. Tk, the GUI implementation, use Perl:Tk module to perform with perl
Ideal functionality:
1. Store recipes
2. Calculate depend on serves
3. Weight/temperature convert
4. New recipes
5. Search by materials/categories
6. Cross category function
7. Cookbook generate

Leave a Reply

Your email address will not be published. Required fields are marked *