![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re^3: Which HTML form builderby Rhandom (Curate) |
on Jan 24, 2008 at 04:57 UTC ( #663936=note: print w/replies, xml ) | Need Help?? |
(Hate 'em, hate 'em, hate 'em.) I would have to agree - I hate building forms too. It is somewhat tedious. But how long do you spend coding your form as opposed to the rest of the real work? I'd wager it is an insignificant amount of time - and future modifications are easier on the static HTML - and there are fewer processing cycles for static HTML - and you can give it to an HTML designer - and you can track insignificant changes via cvs/svn. As my wife likes to say - pick your battles.
my @a=qw(random brilliant braindead); print $a[rand(@a)];
In Section
Seekers of Perl Wisdom
|
|