in reply to Re^3: Simple web interface for simple script
in thread Simple web interface for simple script

This node falls below the community's minimum standard of quality and will not be displayed.
  • Comment on Re^4: Simple web interface for simple script

Replies are listed 'Best First'.
Re^5: Simple web interface for simple script
by diakonos (Hermit) on Apr 26, 2005 at 13:11 UTC
    I STRONGLY DISAGREE

    Perl is a perfect solution for a web based email application. There are many great looking and fully featured examples on the net. Just look around.

    Btw, Perl is only as ugly as you make it.

    D

Re^5: Simple web interface for simple script
by ChrisR (Hermit) on Apr 26, 2005 at 12:58 UTC
    Perl is easy and highly effective in most situations if you understand perl. Web-based applications are easy if you understand html, dhtml, css, javascript, etc. Mail aplications can be difficult, very difficult. I wrote a web based email application for our company for world roaming users to access our exchange 5.5 server. ok, so exchange 5.5 makes it even harder but, the point is that it wasn't perl that made the job hard. There are many existing perl modules to handle most any situation regarding mail. CPAN is full of them and most are pretty darn good.