简体   繁体   中英

perl/sqlite cgi templates

I am building a cgi page that prints out a table from sqlite. I have added features such as delete row, update row data with the website interface.

I was wondering if there are similar code available on the net? something like templates?

Someone must have done something similar?

What you want to do is called CRUD (Create, Read, Update, Delete).

Since you've tagged this question with 'perl', You could check out CGI::CRUD , but there are several ready-made packages available:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM