Help for this page

Select Code to Download


  1. or download this
    pp -o salesforce.exe -M XML::Parser::Expat -l zlib1__.dll -l SSLEAY32_
    +_.dll -l LIBEAY32__.dll -l libexpat-1__.dll salesforce.pl
    
  2. or download this
    C:\usr\pm\PAR>salesforce.exe
    > ORG_IS_SIGNING_UP: org is currently signing up at WWW/Salesforce.pm 
    +line 110.
     <
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    eval { WWW::Salesforce->login( 'username' => 'test','password' => '123
    +4' ); }; 
    print "> $@ <\n" if $@;