Here are a couple of Perl/Sharepoint resources that you might find interesting:
<a href="http://www.techcitysystems.com/articles/view.html?id=25">Accessing SharePoint list data directly with Perl</a>
<a href="http://www.squish.net/log/2008/10/11/perl-sharepoint/">Talking to Sharepoint Lists with Perl</a>
Last Wiki Answer Submitted: June 23, 2009 12:42 pm by BrentSheets6,580 pts.
All Answer Wiki Contributors: BrentSheets6,580 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Here’s another example for reading SharePoint list data which uses SharePoint’s RPC and Perl libraries XML::Simple, and LWP::UserAgent.
Accessing SharePoint list data with RPC using Perl