WWW-Salesforce-Report Create a rough API for Salesforce.com reports. Reports are downloaded in CSV format from Salesforce and can then be cached locally in a SQLite database. Regular SQL queries can then be ran on the data. The reports can also be downloaded in Excel format, which will not be cache in a local database but can be sent as an attachment to users for example. Alternatively you can read an load a local file, in CSV format that can also be imported into the local database and processed as the downloaded report data This feature can be used to store the raw report data locally and is great for testing. Run your script once, save the downloaded report in CSV format and afterwards you can run the script using the local file instead of connecting to Salesforce.com. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc WWW::Salesforce::Report You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Salesforce-Report AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/WWW-Salesforce-Report CPAN Ratings http://cpanratings.perl.org/d/WWW-Salesforce-Report Search CPAN http://search.cpan.org/dist/WWW-Salesforce-Report/ LICENSE AND COPYRIGHT Copyright (C) 2010 Pedro Paixao This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.