Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: PERL And Blowfish

by inman (Curate)
on Apr 13, 2006 at 08:08 UTC ( [id://543022]=note: print w/replies, xml ) Need Help??


in reply to PERL And Blowfish

The line use Crypt::Blowfish; will look for and load an optional module. This module needs to have been downloaded and installed on your machine. Many modules are only Perl but Crypt::Blowfish is probably an example of a module that has a binary component.

Since Perl comes from a UNIX background, it is assumed that UNIX tools including a compiler are available to you. Windows users can also install these tools or make use of pre-packaged distributions.

My recommendation if you are starting out with Perl is to install the ActiveState distribution since this is well known and has good support for downloaded packages. You will need to learn how to use the PPM (Perl package manager) tool that is used to find and install modules.

I have added the University of Winnepeg repository to my PPM configuration since this has better support for the Crypt:: modules.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (10)
As of 2024-04-18 08:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found