http://www.perlmonks.org?node_id=656535


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