Thread Data::FormValidator Probleme: unbekannter Fehler (2 answers)
Opened by pktm at 2004-08-10 03:02

pktm
 2004-08-10 16:10
#29343 #29343
User since
2003-08-07
2921 Artikel
BenutzerIn
[Homepage]
user image
Fehler gefunden. Wie sagt man so schön, wer lesen kann ist klar im Vorteil.
Data::FormValidator::Tutorial
Quote
If you use CGI.pm to handle accessing the form data, there's no easy way to send $q to the FormValidator since it wants a hash. There is a little known function Vars() that will do this conversion for you.

my %fdat = $q->Vars;


Ich habe nur $q->Vars() angegeben, müsste aber {$q->Vars()} bzw. \%fdat (wie oben) lauten.
mfg pktm
http://www.intergastro-service.de (mein erstes CMS :) )

View full thread Data::FormValidator Probleme: unbekannter Fehler