in reply to Converting a PHP Registration Form to Perl
I have searched on CPAN, and there seems to be a lot of good helper modules out there, but wanted some advice on the best ones to pick that can pull in some PHP functions etcWhat do you mean?
Maybe if you gave us an idea (cut'n'paste) of what your php looks like ...
you might able to use PHP::Include to read the config file.
You'll need DBI/DBD::Pg to connect to the DB.
You could use CGI::FormBuilder (which can cooperate with HTML::Template) to generate the html (with javascript) and validate the form ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Converting a PHP Registration Form to Perl
by ghenry (Vicar) on Sep 08, 2005 at 20:30 UTC |