- Installing perl modules on Windows NT having Activestate perl
1. COMPRESS
You can use WinZip (shareware) to decompress and unpack modules
Does the module require compilation (i.e. does it have files that end in .xs, .c, .h, .y, .cc, .cxx, or .C)? If it does, you're on your own. You can try compiling it yourself if you have a C compiler. If you're successful, consider uploading the resulting binary to the CPAN for others to use. If it doesn't, go to INSTALL.
Copy the module into your Perl's lib directory. That'll be one of the directories you see when you type perl -e "print qq(@INC)" Usually C:\utils\Perl\site\lib
METHOD 2
ppm
You should now see a prompt that looks like:
PPM will take care of downloading and installing the module for you.
remove the .pkg and .ppd files from C:\Utils\Perl\site\lib\ppm-conf
perl -e "print qq(@INC)
this is a
multiline
comment
#
(Note that this hash character has to be the first character and the only one in that line)
>perl -d:DProf myscript.pl
Followed by
>dprofpp
Will tell you what functions take how much time in myscript.pl
9. Links
http://www.comp.leeds.ac.uk/Perl/scalars.html#operations
http://software.techrepublic.com.com/
CPAN
Christopher Willmot
Finance::BDT
Finance::YahooProfile
Finance::YahooQuote