This has been a long time coming and still very much subject to change, as I work out the inevitable bugs. But since the rest of the world seems to be jumping on the categories bandwagon, I thought people might enjoy using mine. Eventually there will be other methods and an XMLRPC interface, but for now I'm more interested in eating dinner.



  print join("\n",@{SOAP::Lite->new()



                    ->proxy("http://aaronland.info/soap")



                    ->uri("/Weblog")



                    ->categories()



                    ->result()



                    });