Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: blowfish module problem

by moodster (Hermit)
on May 31, 2002 at 11:30 UTC ( [id://170674]=note: print w/replies, xml ) Need Help??


in reply to blowfish module problem

How did you install the module? Judging by the first paragraph I assume that you downloaded it by hand and then unzipped it into c:\perl\lib\crypt\blowfish. That might work with some modules, but many require extra setup and initialization on installation. The easy way of doing that it to use ppm3 (assuming you are using ActiveState Perl):
ppm3 install Crypt-Blowfish
automagically downloads and installs the Crypt::Blowfish module (at least on my system). You should then be able to just put use Crypt::Blowfish in you script and it should work straight away.

Apologies if you've already installed and set up the module properly; I don't mean to sound rude or anything.

Cheers,
--Moodster

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://170674]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found