![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: How to make a friendly UIby AgentM (Curate) |
on May 03, 2001 at 05:56 UTC ( #77549=note: print w/replies, xml ) | Need Help?? |
In order to use server side perl scripts, you need to have the form submitted. This can be automated with JavaScript, but....
The question is whether you really want to do this. Web developers tend to stay away from JavaScript for a number of reasons.
If you find that you your web application would be better represented using objects or states, then look into jellybean or CGI::Application, not to mention everything2 and a slur of proprietary web object servers. If you're looking for TRUE interactivity, you're not looking for web-based apps. In that case, you'd be looking at actual GUI implementations which your customer may benefit from. Try Tk for a cross-platform solution. Web searches on any of these topics will get you off to a strong start. Good luck!
AgentM Systems nor Nasca Enterprises nor Bone::Easy nor Macperl is responsible for the comments made by AgentM. Remember, you can build any logical system with NOR.
In Section
Seekers of Perl Wisdom
|
|