----------------------------------------------
Welcome to Strawberry Perl PDL Edition!
* URL -
http://strawberryperl.com +
http://pdl.perl.org * to launch perl script run: perl c:\my\scripts\pdl-test.pl
* to start PDL console run: pdl2
* to update PDL run: cpanm PDL
* to install extra module run: cpanm PDL::Any::Module
or if previous fails: ppm PDL::Any::Module
* or you can use dev tools like: gcc, g++, gfortran, gmake
* see README.TXT for more info
----------------------------------------------
Perl executable: C:\Users\trb\Desktop\MCutils\perl\perl\bin\perl.exe
Perl version : 5.20.3 / MSWin32-x86-multi-thread-64int
PDL version : 2.013
C:\Users\trb\Desktop\MCutils>perl discogs.pl --rid 387579 -v
Can't locate Date/Calc.pm in @INC (you may need to install the Date::Calc module) (@INC contains: C:/Users/trb/Desktop/MCutils/perl/perl/site/lib C:/Users/trb/Desktop/MCutils/perl/perl/vendor/lib C:/Users/trb/Desktop/MCutils/perl/perl/lib .) at discogs.pl line 17.
BEGIN failed--compilation aborted at discogs.pl line 17 (#1)
(F) You said to do (or require, or use) a file that couldn't be found.
Perl looks for the file in all the locations mentioned in @INC, unless
the file name included the full path to the file. Perhaps you need
to set the PERL5LIB or PERL5OPT environment variable to say where the
extra library is, or maybe the script needs to add the library name
to @INC. Or maybe you just misspelled the name of the file. See
"require" in perlfunc and lib.
Uncaught exception from user code:
Can't locate Date/Calc.pm in @INC (you may need to install the Date::Calc module) (@INC contains: C:/Users/trb/Desktop/MCutils/perl/perl/site/lib C:/Users/trb/Desktop/MCutils/perl/perl/vendor/lib C:/Users/trb/Desktop/MCutils/perl/perl/lib .) at discogs.pl line 17.
BEGIN failed--compilation aborted at discogs.pl line 17.
C:\Users\trb\Desktop\MCutils>