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?

--
meraxes

Replies are listed 'Best First'.
Re^2: Error: First Perl initiative
by wirefree (Initiate) on Dec 13, 2007 at 05:16 UTC
    Appreciate the response.
    - I am employing EngInSite PPM for module installtion. It has installe +d Finance::Quote but returned the following error at the end of insta +llation: "Module installed, but there are warnings."
    How would you suggest I proceed.