XML::SOAP is my biggest pet peeve, especially how it restructures the XML code when sending a response to a web service, often redefining data with different types. If the XML you get says a bit of data is a "short", why redefine it as a "long" in the response?
David On Tue, Nov 23, 2010 at 2:22 PM, Gabor Szabo <[email protected]> wrote: > The other day I was at a client that uses Perl in part of their system and > we > talked a bit about the language and how we in the Perl Ecosystem Group > try to promote it at various events. > > Their "Perl person" then told me he would not use Perl now for a large > application because: > > 1) Threads do not work well - they are better in Python and in Java. > > 2) Using signals and signal handlers regularly crashes perl. > > So I wonder what hurts *you* the most in Perl? > > Gabor > -- > Gabor Szabo http://szabgab.com/ > Perl Ecosystem Group http://perl-ecosystem.org/ > _______________________________________________ > Perl mailing list > [email protected] > http://mail.perl.org.il/mailman/listinfo/perl >
_______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
