Has anyone had much experience/luck running the current MARC/Perl on a PC using Perl (Active State, Strawberry, etc.)
Whenever I try to get it to work, it gives me error messages (it can't find the modules, etc.) I'm not even sure I'm putting the modules in the right directory.
The makefiles are of little help, as they are designed for Unix (at least on the newest version of MARC/Perl)
Again, anyone ever make MARC/Perl work in a Windows environment?
Thanks in advance!
===
Charles P. Hobbs
cph...@yahoo.com
http://www.morethanredcars.com
That last line did the trick. Thank you for your help, and thank everyone who responded!
===
Charles P. Hobbs
cph...@yahoo.com
http://www.morethanredcars.com
________________________________
From: "arvinp...@lycos.com" <arvinp...@lycos.com>
To: perl...@perl.org
Sent: Tuesday, June 19, 2012 7:24 AM
Subject: Re: MARC/Perl on a Windows PC--need some handholding....
On other perls, including strawberry, open a command prompt and type:
perl -MCPAN -e "install MARC::Record"