DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibclass-dbi-fromcgi-perl
BeschreibungPerl module to update Class::DBI data using CGI::Untaint
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.00-4
Sektionuniverse/perl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl, libclass-dbi-perl (>= 0.93), libcgi-untaint-perl (>= 0.8)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße12004 Byte
Prüfsumme MD5331e740e8d863fa10dd9ef19823d748c
Prüfsumme SHA16f078e89495988d990d58c399af8c539e006c7c3
Prüfsumme SHA25605728d0c8b41b6d0696a02d49f62e773b6fb4498af75badfc4f77ed7c4dc50e7
Link zum Herunterladenlibclass-dbi-fromcgi-perl_1.00-4_all.deb
Ausführliche BeschreibungLots 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?).


Impressum
Linux is a registered trademark of Linus Torvalds