软件包: libclass-dbi-fromcgi-perl (1.00-4)
libclass-dbi-fromcgi-perl 的相关链接
Trisquel 的资源:
下载源码包 libclass-dbi-fromcgi-perl:
- [libclass-dbi-fromcgi-perl_1.00-4.dsc]
- [libclass-dbi-fromcgi-perl_1.00.orig.tar.gz]
- [libclass-dbi-fromcgi-perl_1.00-4.diff.gz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Ansgar Burchardt
外部的资源:
- 主页 [search.cpan.org]
相似软件包:
Perl module to update Class::DBI data using CGI::Untaint
Lots of times, Class::DBI is used in web-based applications. (In fact, coupled with a templating system that allows you to pass objects, such as Template::Toolkit, Class::DBI is very much your friend for these.)
One of the most irritating things about writing web-based applications is the monotony of writing much of the same stuff over and over again. And, where there's monotony there's a tendency to skip over stuff that is really important, but is a pain to write - like Taint Checking and sensible input validation. (Especially as you can still show a 'working' application without it!). CGI::Untaint can take care of a lot of that for us.
It so happens that CGI::Untaint also plays well with Class::DBI. All you need to do is to 'use Class::DBI::FromCGI' in your class (or in your local Class::DBI subclass that all your other classes inherit from. You do that, don't you?).
其他与 libclass-dbi-fromcgi-perl 有关的软件包
|
|
|
-
- dep: libcgi-untaint-perl (>= 0.8)
- module to process CGI input parameters
-
- dep: libclass-dbi-perl (>= 0.93)
- convenient abstraction layer to a database
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language