A
alex
hello,
need help with the subject. i need a module. unfortunately official
PPM way doesn work for me (proxy/firewall issues). i am trying to
install it manually. what i basically do is i run following code:
--------------------------------------------------
#!/path/perl -w
use Crypt::RSA;
my $rsa=Crypt::RSA->new;
--------------------------------------------------
and search/download and copy modules needed for the successfull run. i
have come up to following error:
Can't locate loadable object for module Math:
ARI at
/path/Crypt/Random.pm line 14
if i look into Crypt/Random.pm, the line 14 is:
use Math:
ari qw(PARI flooor Mod pari2pv pari2num lift);
now i have no idea what to do.. Any advices?
thanks,
alex
need help with the subject. i need a module. unfortunately official
PPM way doesn work for me (proxy/firewall issues). i am trying to
install it manually. what i basically do is i run following code:
--------------------------------------------------
#!/path/perl -w
use Crypt::RSA;
my $rsa=Crypt::RSA->new;
--------------------------------------------------
and search/download and copy modules needed for the successfull run. i
have come up to following error:
Can't locate loadable object for module Math:
/path/Crypt/Random.pm line 14
if i look into Crypt/Random.pm, the line 14 is:
use Math:
now i have no idea what to do.. Any advices?
thanks,
alex