in reply to Error: First Perl initiative
Without seeing any code it looks like you're missing a module for a start. When you installed the various Finance::Quote modules it should have installed Crypt::SSLeay... unless you did it manually. You can start by using a module installation program for your platform like cpan (*nix) or ppm (Win32's ActiveState Perl) to install modules as they handle dependancies. How did you install your modules in the first place? Just copied the source and pasted into a file?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Error: First Perl initiative
by wirefree (Initiate) on Dec 13, 2007 at 05:16 UTC |