Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Perl : Articles and Tutorials : Networking


Links
  • Agent Perl - How to create a polite Perl spider that searches the Internet for URLs that are on a list of sites. Free source code.
  • Quick start with SOAP - A Perl tutorial on using SOAP, specifically SOAP::Lite. "SOAP (Simple Object Access Protocol) is a way for you to remotely make method calls upon classes and objects that exist on a remote server. It's the latest in a long series of similar projects like CORBA, DCOM, and XML-RPC."
  • Remote Perl calling - How to easily communicate between client-server code using Remote Perl Call's.
  • Some simpler applications using LWP - In this excerpt from Web Client Programming with Perl, we look at some simple examples of using LWP, the library modules for WWW access in Perl.