From: "perl.org" <[EMAIL PROTECTED]> > On Tue, 10 Aug 2004 12:36:30 -0700 (PDT), Joe Echavarria wrote > > Hi there, > > > > The company i work is considering two tools for the > > web version of a loan system. I need to prove that > > perl is better that ASP.NET for the project. Can > > anyone help me ?, is posible with perl have controls > > ?, data grids ?, date controls ?, the way that asp.net > > works ?, why perl is better ?, give examples of robust > > web applications writtern in perl , links, examples, > > etc. anything that could help me prove that perl is > > better for the project. > > What might be more interesting might be a comparison of Perl against > Java.
Why? I'm sure you may find a lot of these on the Net already. > I think to a great extent the answer depends on your requirements, > developer toolsets and the applications that must be provided > (integrated) on the site. Agreed completely. > Personally, I'm more productive on a number of levels in Visual Studio > than in vi, textpad, etc., but then that's another cost (in addition > to the IIS M$ licensing, security concerns, vendor dependence, etc.). Personal tastes differ a lot. > And be aware that (at least poorly-written) Perl has it's own security > concerns. Exactly the same can be said about any other language+framework. I've seen web based applications you could crack via the login dialog very easily, written in old ASP as well as ASP.Net+C# > I don't think there's much that can justify Perl in this > context - a lot of what you're looking for are UI components that > *can* be built with Perl, but are much easier in a drag-and-drop UI > like Visual Studio. Well .. depends. drag-and-drop UI ala ASP.Net is great if you only need what MS gives you, there is a huge leep from using the predefined objects and doing without. Besides huge frameworks take ages to learn and you can only be productive if you use them all the time. Besides there is the C# (or VB.Net, but that's the same language with a tiny little bit different syntax). That's a major pain in the ass. Its braindead type system gets in the way all the time. And the person who designed the .Net Framework objects (at least those I had the "pleasure" to work with) suffered from a strong case of OOOverdose. You usualy create ten objects where Perl would use just one. Anyway, by now it's clear that I was forced to spend some time fighting C# and I go mad as soon as I even hear the name so you may safely ignore anything I say. Jenda Perl bends backwards to let you have your way, C# forces you to bend backwards so that it can have it's way. Choose for yourself. ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>