5 pts.
 reading sharepoint site using perl
how can I use perl to read in the contents of a sharepoint site?

Software/Hardware used:
ASKED: June 23, 2009  12:14 AM
UPDATED: October 15, 2010  8:25 PM

Answer Wiki:
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  BrentSheets   6,580 pts.
All Answer Wiki Contributors:  BrentSheets   6,580 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 10 pts.