Subject: | |
Date: | Sun, 14 Feb 2016 14:40:13 -0430 |
To: | bug-Net-SugarCRM [...] rt.cpan.org |
From: | Joel Gómez <joelgomezb [...] gmail.com> |
Hi,
I wrote this code in my perl proyect:
#!/usr/bin/perl -w
use Net::SugarCRM;
use Data::Dumper;
package Test;
use Crypt::Digest::MD5 qw( :all );
our $login='admin';
our $pass=md5_hex('admin');
our $url='http://localhost/SugarCE/service/v4_1/rest.php';
package MyPackage;
my $s = Net::SugarCRM->new(url=>$Test::url, restuser=>$Test::login,
restpasswd=> $Test::pass
);
but i have this message:
logging out for user admin which was not logged in, not doing anything
i'm using SugarCRM *6.5.22 *and installed Net::SugarCRM the last version in
CPAN.
Any Suggests?
Regards
--
www.joelgomez.org.ve
Linux User #435411