Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Form generation

by merlyn (Sage)
on Apr 22, 2005 at 14:54 UTC ( [id://450437]=note: print w/replies, xml ) Need Help??


in reply to Form generation

The trick with Config::Scoped has been invaluable in my current $client project. I define in once place all the meta information about a form field, and then I can query it from both Perl and TT. The project rules forbid changing the existing database (I'm replacing a live app with new code), so I've had to be "creative" in some parts of my code. Using Class::DBI, CGI::Prototype, Template-Toolkit, and Config::Scoped, I'm nearly done with the replacement (with enhancements!) in about 1/4th the number of lines of code.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^2: Form generation
by arc_of_descent (Hermit) on Apr 24, 2005 at 11:28 UTC

    Is there some nice full fledged example documentation for using the modules you mention? I went through the docs for CGI::Prototype but couldn't gather much.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://450437]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-19 02:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found