function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ron HessRon Hess 

Perl implementation

I've developed a perl module which subclasses XMLRPC::Lite   ie:

package Sfdc;
use LWP::UserAgent;
use XMLRPC::Lite; 
use HTTP::Request::Common qw(POST);
import SOAP::Data 'type'

If anyone is curious, let me know I'll try to post something.

I use simple perl scripts built on this class to handle my data integrity issues and locate and simplify the merge of duplicates

this is ActiveState Perl, running on windows under a cygwin shell, but should work on unix also.

 

adamgadamg
That sounds great Ron - can I ask you to post your module as an attachment to this thread? I would also be interested in taking a look at your duplicate/merge scripts.

Thanks!
Adam
Ron HessRon Hess

not sure I see the attachment feature,

where should I be looking?

adamgadamg
When you reply to the thread, beneath the posting form, and above the previous message you should see an attachment button. If you have problems with the attachment feature send it to salesforce@cloudfive.com and I'll post it for you.

Regards,
Adam