You need to sign in to do that
Don't have an account?

Need help with perl update using WWW::Salesforce::Simple
Hi i am not a perl expert and need some help in updating mass objects in one go for example
How would i building hash references say in a loop that builds a list of objects to update
and how would i pass this to the update method i.e. $sforce -> update(('type', $sObjectType), %locationObj);
so what i am after is how do i create a hash of hash references?