Slashdot Mirror


Programming Web Services with Perl

ggoebel writes "Programming Web Services with Perl is principally a book on implementing solutions using XML-RPC and SOAP in Perl. It also covers complementary and alternative standards such as WSDL, UDDI, and REST in some detail. And on the periphery, it finishes with a whirlwind tour of developing message routing, alternative data encoding within XML, security, transactions, workflow, internationalization, service discovery, extension, and management techniques and specifications." Read on for ggoebel's full review. Programming Web Services with Perl author Randy J. Ray, Pavel Kulchenko pages 496 publisher O'Reilly (December 2002) rating 9 of 10 reviewer ggoebel ISBN 0596002068 summary practical balanced guide to XML::RPC and SOAP::Lite

The book assumes the reader will have the knowledge of an intermediate level Perl programmer. I.e., the reader is assumed to have a working knowledge of references, data structures, and object-oriented Perl. On the other hand no previous knowledge of XML, XML-RPC, SOAP or XML related technologies is required.

It should also be mentioned that both of the authors Randy J. Ray and Pavel Kulchenko are also the principle developers of the most popular XML-RPC and SOAP Perl modules: XML::RPC and SOAP::Lite respectively. That said, the book is not a soap box for the authors to tout the merits of their tools.

Rather, it is a practical book which starts with grounding fundamentals. Readers should walk away with a core understanding of XML-RPC and SOAP and not just a particular tool set for working with them. The authors examine the alternative XML-RPC and SOAP tools, illustrate how they are used, and give practical and even handed reasons why their modules should be preferred. Which comes down to issues of features, active development, support, and the amount of work required to code to a particular interface. They then settle down to a comfortable and thorough guide to XML::RPC and SOAP::Lite.

The topics and issues are illustrated throughout using real world web services. For example creating an XML-RPC client for O'Reilly's Meerkat news wire, or a SOAP client to covert use.perl.org's journal stream to RSS. Code is presented to the reader filtered down to highlight each particular issue as it is discussed. This is nice in that it avoids listing slight variations of the same code multiple times, but on the down side it can also leave the reader flipping back and forth to reassemble an example in their head. Full code for each example is provided in the appendices. And all of the example code may be downloaded from O'Reilly.

All-in-all, the book is a thorough practical introduction to working with XML-RPC, SOAP and related technologies. When I started reading the book, I was a bit disappointed to see that it only covered XML-RPC and SOAP related services. When I finished, I was impressed with how very much information they'd managed to pack into so few pages.

And yet, I was left wishing there'd been a more through coverage of interoperability issues between other SOAP implementations and things like custom de-serializers. To be honest interoperability and de-serialization are mentioned, and the authors do an excellent job of referring the reader on to sources for continued reading on most other topics.

The book does an admirable job balancing content, length, and information density. Not to mention an excellent job delivering the information that will still be relevant years and not just weeks from the date published. Most of the topics I'd wished to see covered in more depth are those that are still developing and consequently most likely to become quickly dated. In short a well balanced practical guide to applying XML-RPC and SOAP to solve problems.

You can purchase Programming Web Services with Perl from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

50 of 83 comments (clear)

  1. Perl is not a bad idea... by Zeinfeld · · Score: 3, Informative
    The thing about Web Services is that they are pretty much designed like Perl to be the duct tape of the Internet. Perl itself is evolving in pretty much the way Basic did, more structure, more consistency but still pretty easy to suck it and see.

    The thing I don't quite get is the reference to the REST standard. That is some hype Roy Fielding put in his thesis. It was never agreed upon by the other members of the Web team and there is no real trace of its influence on the development of web standards for the simple reason that the thesis only came out long after the fact.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
    1. Re:Perl is not a bad idea... by byrnereese · · Score: 1

      IMHO - I think it is fair to say that bringing up REST is important, especially considering that technically it is a Web services protocol. I thinl to understand Web services and their role in application design and architecture, you should at least have a background of all Web services protocols...

      But I digress. One thing I liked about this book was the background is gave on XML-RPC and SOAP and how it started to differentiate the two. I would have liked to have seen a little more critical analysis of them all though - REST v. SOAP v. XML-RPC etc... but perhaps that should be left to the reader?

      --

      ^byrne :/

  2. Blatant plug for a friend's book by dagnabit · · Score: 4, Informative

    A fellow San Diego Perl Monger has written a book about Perl and the web, including a chapter about web services.

    It's a New Riders book, but the entire contents are available free on the web.

    1. Re:Blatant plug for a friend's book by Koschei · · Score: 1

      That chapter is less informative than the text on the back of "Programming Web Services with Perl".

      --
      -- koschei
  3. Cool! by xmutex · · Score: 1

    This sort of book is really cool to see. Perhaps I just wasn't looking closely enough, but Perl seemed to be lagging far behind J2EE/.NET in terms of web services (and XML in general) and I now I have a little more ammo to sell Perl to my boss with! /plans trip to bookstore at lunch.

    --

    jack's bicycle is music to my ears
  4. OK, by frodo+from+middle+ea · · Score: 4, Insightful
    this may be a bit offtopic but seriously "IS there anyone who is developing web-services for critical applications ?
    There could be a lot of pilot projects but do they really count ?
    Isn't the very word "web-service" a marketing gimmic like B2B, B2C, Enterprize, Portal etc ?
    One thing web-service promised was a homogenous set of APIs, but do you really see that happening ?
    I mean every month i see some company dropping from the web-services consortium and some other joining. How then are they going to agree on standards ?

    And if they do agree on standards won't that make their business model vulnerable ?

    /me thinks this whole concept of web-service is going down the same path of J2EE and RDBMS, a lot of promise of standards, ease of migration from one vendor to another, BUT we will end up with lock-n proprietory solutions and getting far less than we were promised..

    --
    for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
    1. Re:OK, by bballad · · Score: 1

      I know of at least tow. One is a interface from a credit reporting agency to banks the other is a portal for Liberians tow a major book distributor. I both instances they found Perl to be a faster and more robust system then .net or j2ee

    2. Re:OK, by microTodd · · Score: 2, Informative

      Actually, yes, at my job (a certain site for a certain government organization) we use it quite heavily, although not necessarily in the whole "B2B" way. We use SOAP as an alternative to old-sk00l RPC calls. Works great, especially for the cross-platform-ism. I like being able to use Java, Perl, and .NET to communicate across the network and pass data around.

      --
      "You cannot find out which view is the right one by science in the ordinary sense." - C.S. Lewis on Intelligent Design
    3. Re:OK, by kwerle · · Score: 1

      We use XML-RPC and love it. Servers in Java and C++, clients in Java, C++, perl, VB?, dunno who all our clients are :-)
      It's not B2B, but when your company is >100K people, it might as well be (which is to say, there is often no cooperation or foreknowledge that some group will want access, which is part one the reasons XML-RPC is great).

    4. Re:OK, by plcurechax · · Score: 2, Insightful

      Isn't the very word "web-service" a marketing gimmic

      Sure, it is used by marketing, but it is also a actual trend or methodology, like client/server, or thin computing. And like those methods, they work some of the time, and don't work so well in other cases.

      I work in an environment providing near-time data nationally, and internationally to partners, stakeholders, and customers. Trying to make all of the global systems work the same way, and whenever one of those thousands of systems maintained by hundreds of groups (and organizations) changes, not everyone wants to have to change their systems at the exact same time. Web services help in that sort of environment. It doesn't mean web services is always a good thing (i.e. high speed or real-time data flow), but in some applications it is useful.

      Web services also will hopefully let companies move beyond data dumps and screen scraping for data gathering / exchange. I hate currently having to use FTP to exchange data with partners, but our current environment that is the best way for outlying nodes push data back to the upstream centres for archiving and redistribution globally.

      What web services means to me, is hopefully a better way to manage large networks of data exchange / management between a large number of stakeholders. IT/IS still sucks at day to day and long term management of information and data, perhaps this will be an evolutionary improvement.

    5. Re:OK, by LadyLucky · · Score: 1
      Short Answer:

      Yes.

      --
      dominionrd.blogspot.com - Restaurants on
    6. Re:OK, by eversunsoft · · Score: 1
      content aggregation with rss/rdf is very useful. then there are things like the google api.

      but, for general corporate computing, there are usually going to be better solutions.

  5. Review Critique by Acidic_Diarrhea · · Score: 2, Insightful
    You know, the reviewer mentions that the book assumes no knowledge of XML-RPC or SOAP but still uses the acronyms. I think that if you're going to write a review of a book to help people out who don't know what either of those terms mean, you should define the terms. For those of us who already have a working understanding of those terms - we've got our books. Sure, a quick google search would, no doubt, reveal the information but some hand-holding is a bit helpful.

    For instance, when I am teaching a student who is new to a particular field and I am assuming that they don't have any previous knowledge of the material - my first lesson doesn't throw around acronyms without any explanation of them. It's just good practice to define your terms, if you're assuming the reader has no knowledge of them beforehand.

    And there you have my input! Have a Great Day!

    --
    I hate liberals. If you are a liberal, do not reply.
  6. $27.97 (free shipping) at Amazon by gnurb · · Score: 2, Informative

    It's 10 bucks cheaper at Amazon, compared to BN.

    Here -> Programming Web Services with Perl

    You can save 10% if you "share the love"

    --
    hooray! it's a sex wiki
    1. Re:$27.97 (free shipping) at Amazon by rwsorden · · Score: 1

      It's only $24.50 at Bookpool, but there's is a shipping cost unless you spend over $40 total.

    2. Re:$27.97 (free shipping) at Amazon by Acidic_Diarrhea · · Score: 1

      Mods: this guy has hid an associate referral within the link. Please mod the parent down and mod up this link. If you check out gnurb's posting history, you will see that he is using Slashdot as his own personal free advertising space. I find this highly irregular and would like to see action taken against his account. I will be contacting the chief manager of the associates program at amazon later today in order to have his account disabled.

      --
      I hate liberals. If you are a liberal, do not reply.
    3. Re:$27.97 (free shipping) at Amazon by byrnereese · · Score: 1

      +1

      In total agreement. This behavior is so weak... and quite transparent.

      --

      ^byrne :/

    4. Re:$27.97 (free shipping) at Amazon by gnurb · · Score: 1

      I wasn't trying to hide my affiliate link...

      If it's inappropriate, then someone (from amazon or slashdot) just needs to tell me so.

      --
      hooray! it's a sex wiki
  7. Re:PERL and XML??? by Muerto · · Score: 1

    perl is wonderful. Its so easy to accomplish any goal.. and there is no one way to do it. you can have five people write five different things and achieve the same goal. Perl also works on damn near every platform.

  8. Re:Programming Web Services with Perl... by bballad · · Score: 2, Insightful

    It actualy works out great. Example the place I work we have something like 20 VB programers for our web service and its buggy and slow. A perl shop I'm familer with has 5, their code is more complex and runs faster with fewer bugs.

  9. Gratuitous O'Reilly books by Anonymous Coward · · Score: 1, Insightful

    I'm losing respect for this publisher. Their web services books have been the type of flimsy, generated-from-the-standards-docs crap I would expect to see from Sam's and Queue. O'Reilly can't survive on the sales of their essential books, so they have proliferated this crap to keep their sales going. Addison Wesley in my opinion is the only serious quality technical publisher left.

  10. Re:PERL and XML??? by bballad · · Score: 1, Informative

    Odd most programmers I know say that about PHP, how many enterprise leve XML projects are built in PHP...I can name a number of them in Perl

  11. Web Services and Perl vs. Web Apps by PerlPunk · · Score: 1

    First of all, I love Perl. For years I've developed web applications with it. However, other technologies out there are better suited to developing web apps than Perl.

    For example, let us say I wanted to map a directory to a particular CGI script. If I were building CGI apps with Perl, I couldn't do that. I'd have to have a controlling script in the cgi-bin that would relegate particular requests to other CGI scripts (or "require" them). But if I still wanted to map a directory to a script, I would have to add the mapping to the Apache web server configuration.

    On the other hand, this can be easily accomplished by a developer building a Web App for a Java servlet container (like Tomcat) by specifying the mapping in the WEB-INF/web.xml of the web application he's building.

    IMHO, I find Java WebApps to be much more flexible and better suited to developing web applications than Perl. And of course, if you want to still use Perl CGIs (or non-cgi perl scripts), Tomcat will still let you do that.

    This is not to say Perl doesn't have its niche--it does, but Perl is not the be all and end all of web development.

    I say use the right tool for each job.

    1. Re:Web Services and Perl vs. Web Apps by avdp · · Score: 2, Insightful

      That's right, you'd have to add the mapping to the apache web server configuration. I don't see what the big deal with doing that. Is it easier to edit web.xml than httpd.conf? As someone who deals with both, I don't think so.

      But regardless, I'd like to point out that you are essentially comparing configurations between Apache (a web server) with Tomcat (an application server, which can, but shouldn't be used as a web server). I am not sure how these reflect negatively on perl.

    2. Re:Web Services and Perl vs. Web Apps by forgetmenot · · Score: 1

      Perhaps Java is "better" at web services than Perl. But if your developers aren't skilled in Java then is it still a better tool? It's all relative.

      As someone who has programmed in both Java and Perl, I see your point. Problem however is that the "right tool for job" approach, as logical as it sounds isn't always workable. This industry is evolving so fast that it is simply impossible for anyone with a day-job to keep up with everything. So rather than everyone knowing all the best tools, what we tend to see are programmers specializing in a small "set" of tools that may not be the best at some niche job but are nevertheless adequate enough to get the job done 90% of the time. I feel this is also a more efficient use of one's knowledge. Most company's aren't looking for that one person who can do everything - they want the person who does one or two things exceptionally well.

      So a book like this I don't think is aimed at the people who already develop web services in Java or .NET, but rather at those who are experts in Perl. It allows them to leverage those valuable perl skills in a new area.

    3. Re:Web Services and Perl vs. Web Apps by PerlPunk · · Score: 1

      That was just an example. Here's another one: Let us say you wanted the web application to go to a specific page or do something special on getting a 404 error, page not found (or any other server error for that matter). Your Java web application can be programmed to handle that rather than having to monkey with the server to handle it. Doing things like this with Perl and Apache rather than with a Java WebApp start to get much harder.

      The point is that the J2EE WebApp paradigm has advantages over applications that are, so to speak, stitched together.

    4. Re:Web Services and Perl vs. Web Apps by PerlPunk · · Score: 1

      I agree with your assessment that the book helps Perl programmers build better applications for the web.

      Also, on another note, in this economy people who know Perl but not Java are probably not doing too well.

    5. Re:Web Services and Perl vs. Web Apps by Black+Perl · · Score: 2, Interesting

      For example, let us say I wanted to map a directory to a particular CGI script. If I were building CGI apps with Perl, I couldn't do that

      What does that have to do with Perl? If you were building CGI apps with Java, you wouldn't be able to do that either. CGI != perl.

      On the other hand, this can be easily accomplished by a developer building a Web App for a Java servlet container (like Tomcat) by specifying the mapping in the WEB-INF/web.xml of the web application he's building.

      Playing along with this terrible web-server configuration example... You can easily do the same thing with mod_perl or PHP (which uses mod_PHP). A "servlet container", mod_perl, and mod_PHP are all types of web app server. Compare apples and apples.

      --
      bp
    6. Re:Web Services and Perl vs. Web Apps by avdp · · Score: 1

      Nope. Not any harder. Also a web server configuration - you can do something "special" with errors on any web server I've ever encountered both in Unix and Microsoft world.

      But I am becoming to see the pattern... You basically prefer the configuration mechanism of Tomcat better than Apache. That's fine, it's a perfectly legitimate concern if that's what matters most to you. But again, it has nothing to do with Java or Perl. What you're talking about are not J2EE things either - they are specific to an implementation of a J2EE application server (tomcat).

      You seem to have a beef with Perl because you don't like Apache. Perl is a just a language, not a platform. You can write .Net web apps in perl if you like and then you have all the goodies that you like so much about Tomcat but in perl (using IIS).

    7. Re:Web Services and Perl vs. Web Apps by PerlPunk · · Score: 1
      Nope. Not any harder. Also a web server configuration - you can do something "special" with errors on any web server I've ever encountered both in Unix and Microsoft world.

      Sure it is harder.

      You have to make two platforms work together rather than work on one platform that does it all. From an archival standpoint, its easier to CVS your one WebApp rather than your httpd.conf + your CGI scripts. Of course, you could always #Include the code for the httpd.conf and bundle it with your CGI scripts, but that's not done much.

      From a coding point of view, because you write your code in one place, there is more incentive to use features that you would otherwise have to modify your server config for. Most CGI programmers (and it doesn't have to be with Perl) don't often code both the httpd.conf and their collection of scripts at the same time. And those who need to code both Perl and Apache are probably working in mod_perl.

      You seem to have a beef with Perl because you don't like Apache.

      Wrong. I love apache. In fact, I interface Apache and Tomcat most of the time. It just that a framework that combines many traditional server features and scripting features makes much more sense to program in.

      Perl is a just a language, not a platform. You can write .Net web apps in perl if you like and then you have all the goodies that you like so much about Tomcat but in perl (using IIS).

      I'll wait for Perl6 to come out, which will be opensource answer to Java. I'm not a Microsoft fan, and I'm not about to pay $$$ for IIS when Apache and Tomcat are better and free.

    8. Re:Web Services and Perl vs. Web Apps by avdp · · Score: 1

      It's done plenty. In fact, it's done by default for various things on RedHat - it's just a matter of dropping a file in /etc/httpd/conf.d/ - that's how RedHat manages to RPM-ize stuff like mod_perl, php and SSL support. The same mechanism can (and is used where I work) to configure directories with whatever settings that directory needs (think of each directory as being one app). If you don't want to give developers access to /etc/httpd/conf.d (understandable) it'd be trivial to change httpd.conf to look in a set directory in their home directories.

      I understand your argument, but unfortunately I find the "complications" of not working in a tomcat-like "framework" rather insignificant. Don't get me wrong, Tomcat IS nice - and I use it too, I am just not buying your arguments AGAINST a straight perl/apache solution.

      Now if you had talked about scalability of CGIs, then I probably would not have argued with you.

  12. SOAP:Lite is awesome by MarkWatson · · Score: 1
    I am not really a Perl programmer, but I have used Perl several times in the last couple of years because SOAP:Lite was so easy to use to write 'foreign' clients to Java and Smalltalk web services that I was working on.

    I have not seen the book, but the fact that one author wrote SOAP:Lite is a good sign.

    Anyway, his work saved me a lot of effort in testing my stuff.

    -Mark

  13. Re:Yeah... by Surak · · Score: 1

    It's 10 bucks cheaper at Amazon, compared to BN.

    Yeah... it's because that 1-click technology saves them so much money. /me rolls eyes

  14. Re:Programming Web Services with Perl... by happyclam · · Score: 2, Funny
    Example the place I work we have something like 20 VB programers for our web service and its buggy and slow. A perl shop I'm familer with has 5, their code is more complex and runs faster with fewer bugs.

    There is a similar debate at the place where I work. What's really funny is the VB programmers defend their technology by claiming the Perl developers are just better programmers, so you can't conclude that it's the platform.

    Honest!

    --
    He looked at me and said, "Kid, we don't like your kind, and we're gonna send your fingerprints off to Washington."
  15. Perl, SOAP, and AppleScript by merlyn · · Score: 1
    I did an article for Apple Developer about using SOAP as the glue between AppleScript and Perl (and from there to an RSS feed).

    In retrospect, it was glue, using glue, talking to glue, using glue, talking to real data. Cute.

  16. Re:how it performs? by byrnereese · · Score: 2, Insightful

    I would hate to see SOAP::Lite benchmarks personally. It performs really well for small payloads, but quickly begins to fall over when payloads exceed a "reasonably" large size... but then again, developers and architects should have all the facts when thinking about how they will architect their Web services.

    My personal take is that SOAP::Lite is probably one of the best toolkits for quick WS prototyping and simple projects, but I would tend to steer towards Axis, WebLogic, WASP, and yes, even .NET (eeeh-gads!) (please let Mono support wsdl.exe soon!) when it comes to putting software into a production environment.

    --

    ^byrne :/

  17. Misinformed about REST by chucking · · Score: 1

    It seems your knowledge of REST is quite lacking.

    REST is not a standard - it is an architectural style - much like client-server or RPC.

    As for REST being some bit of hype, perhaps you should spend a little time reading Fielding's thesis (Oh, I forgot -this is slashdot). In fact, REST quite accurately and usefully describes the architeucture of the web. Further, REST had a large impact on the HTTP spec (or is it just coincidence that Fielding was one of the authors of RFC 2396)

    You might also want to take a gander at the W3C TAG's latest Architecture of the World Wide Web draft - Section 5.2 basically says that understanding REST is a good practice for web protocol designers.

    1. Re:Misinformed about REST by Zeinfeld · · Score: 1
      As for REST being some bit of hype, perhaps you should spend a little time reading Fielding's thesis

      That is my point, REST ain't a standard, it IS hype.

      Further, REST had a large impact on the HTTP spec (or is it just coincidence that Fielding was one of the authors of RFC 2396)

      He was an editor, that means he did the edits, it does not mean he did the design. I was an author and no, REST had no influence on the design, he didn't write his thesis until the spec was long finished. I never heard the term mentioned until after the spec went to proposed so I have a hard time believing it to have been important.

      I know that Roy has been busy trying to promote REST as being the great insight, that does not make it so.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
  18. bastard! by BoneFlower · · Score: 1

    Where was this review last weekend! I bought it sunday.

    Seriously though, I havne't read much of it, but your review does increase my confidence that I haven't wasted my money.

  19. leverages HTTP by GunFodder · · Score: 2, Informative

    Why wouldn't anyone use web services? You get human-readable data objects. You can leverage HTTP as a transport, which makes it really easy to deploy robust servers built on proven technology. HTTP also gives you a variety of flexible security solutions, especially when it comes to firewalls.

    And since the standards are open you can hack wrappers for other communication protocols around a web service transport. It should be possible for .Net clients to talk to J2EE back ends and vice versa. The big question is whether all these companies are going to play nice. I think customers will demand it though, so they will have no choice.

  20. Some my favorite web services.. by splerdu · · Score: 1

    Would be translation sites. Sure they normally end up with funny renditions of the original text, but at the very least they allow me to browse sites I otherwise wouldn't have a clue about. Nicely done with perl's robust string handlers.

    Another very fun application is rinkwork's dialectizer

  21. disclaimer by splerdu · · Score: 1

    I'm not entirely sure how rinkworks operates, but fact is an application like the dialectizer would be a good case for using perl.

  22. Sample Chapter by darkpurpleblob · · Score: 1

    A sample chapter, Programming Soap, is available in PDF format here.

  23. good call - here's the links by DrSkwid · · Score: 1

    jeesh, I mean, that's what hyperlinks were invented for

    SOAP

    XML-RPC

    I'm getting "connection refused" so :

    cached XMLRPC

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  24. O'Reilly Rules! by kupci · · Score: 1

    I have a copy of the previous edition of this book, written by Doug Tidwell, James Snell and Pavel Kulchenko. In addition to perl it covers Java and C#. Concise, well written, simple examples. A thoroughly good book. So I would tend to disagree - while I haven't been impressed with *all* of the O'Reilly books (XML in a Nutshell indeed is essentially a Javadoc of the API), buyer beware.

    1. Re:O'Reilly Rules! by davorg · · Score: 1
      I have a copy of the previous edition of this book, written by Doug Tidwell, James Snell and Pavel Kulchenko.

      No you don't. This is the first edition of Programming Web Services with Perl . Looks like you have a copy of Programming Web Services with SOAP . Two completely separate books with a small amount of overlap.

  25. Re:PERL and XML??? by sfjoe · · Score: 1

    ...you can have five people write five different things and achieve the same goal.

    You make that sound like a good thing. What it actually is is Perlspeak for, "each developer will have to learn the idiosyncratic programming habits of four other developers".

    --
    It's simple: I demand prosecution for torture.
  26. okay by ggoebel · · Score: 1

    Honestly, if someone is reading this review and they don't know what XML-RPC and SOAP are... they probably don't need to be reading the book ;)

    I did say the book assumes no knowledge of XML-RPC and SOAP. But, obviously the review does... Though you are correct, I should have expanded the acronyms. I share your dislike for when you're never told what an acronym stands for... However be content that the book does explain what they are.

    • XML-RPC: eXtensible Markup Language - Remote Procedure Call
    • SOAP: Simple Object Access Protocol
    --
    Life is like an egg better scrambled than fried. -- Ken Sawatari
  27. You are mistaken by ggoebel · · Score: 1

    Programming Web Services with Perl is a first edition. If you check out the Amazon reviews, you will note that as of the time of this post, it has 5 stars from 5 reviews.

    You are referring to:

    Your observations of those books may very well be valid. I myself haven't read them. But the amazon reviews for them are 2 1/2 stars and 4 stars respectively.

    --
    Life is like an egg better scrambled than fried. -- Ken Sawatari
  28. bastard ;) by ggoebel · · Score: 1

    I actually submitted the review 3/26/03... It just took that long for the review to be reviewed I guess :)

    --
    Life is like an egg better scrambled than fried. -- Ken Sawatari