Try this:<br>set PERL5LIB=c:\usr\lib\perl\5.8<br><br>Perl is not finding the module you should have installed already, and it looks like @INC doesn&#39;t have the usual base perl directory in it.<br><br>Without it, you should expect this command to fail likewise:
<br>perl -e &quot;use MARC::Charset;&quot;<br><br>--joe atzberger<br><br><div><span class="gmail_quote">On 10/17/07, <b class="gmail_sendername">Amaravati</b> &lt;<a href="mailto:ray.penkeyman@gmail.com">ray.penkeyman@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Hi I&#39;m a new user trying to migrate from Book Collection to Koha under
<br>windows.<br><br>My problem is in trying to bulk import records into Koha using the perl<br>script &quot;bulkmarcimport.pl&quot;<br>#set up enviroment vars<br>set KOHA_CONF=c:\etc\koha.conf<br>set PERL5LIB=c:\usr\koha228\intranet\modules
<br><br>#from cmd window runnning<br>C:\usr\koha228\scripts\misc\migration_tools&gt;bulkmarcimport.pl -c MARC21<br>-file somemarc.mrc<br><br>#I get the following error message<br><br>Can&#39;t locate MARC/Charset.pm in @INC (@INC contains:
<br>c:\usr\koha228\intranet\modules C:/usr/site/lib C:/usr/lib .)<br>at C:\usr\koha228\scripts\misc\migration_tools\bulkmarcimport.pl line 14.<br><br>BEGIN failed--compilation aborted at<br>C:\usr\koha228\scripts\misc\migration_tools\bulkmarcimport.pl line 14.
<br><br>#Running perl -V gives values for @inc<br><br>@INC:<br>c:\usr\koha228\intranet\modules<br>C:/usr/site/lib<br>C:/usr/lib<br>.<br><br>It doesn&#39;t work either when I also tried c:\usr\koha228\intranet\modules\C4<br>
I&#39;ve also run the latest ActivePerl 5.8.x Modules for Koha from<br><a href="http://www.koha.rwjr.com/">http://www.koha.rwjr.com/</a><br><br>What am I doing wrong?<br><br>Koha version: 2.2.8 (Win32)<br>OS version Microsoft Windows XP [Version 
5.1.2600]<br>Perl version: 5.008008<br>MySQL version: mysql Ver 14.7 Distrib 4.1.22, for Win32 (ia32)<br>Apache 2.2.4 (Win32)<br><br>Thanks in advance<br><br>ray<br><br>--<br>View this message in context: <a href="http://www.nabble.com/Koha-2.2.8-Win32-bulkmarcimport.pl-Error-tf4643497.html#a13263507">
http://www.nabble.com/Koha-2.2.8-Win32-bulkmarcimport.pl-Error-tf4643497.html#a13263507</a><br>Sent from the Koha - Discuss mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br></blockquote></div><br>