On 1/10/06, Paul POULAIN <[EMAIL PROTECTED]> wrote:
> Repeat after me : Ed Summers is the best Perl coder for librarians !
Oh shucks, thanks, I *really* wish that was true. The reality is that
I wrote that module and was familiar with one of its limitations.
The real people who should be praised
I'm trying to use MARC::File::XML, but I get:
"Can't locate MARC/File/XML.pm in @INC"
I'm on a Windows box, so I'd like to use PPM to install any necessary
modules. However, when I look for "Marc-XML", I don't turn anything up.
Is there something else I should try?
Thanks!
Ed Sperr
Digital Ser
> I'm on a Windows box, so I'd like to use PPM to install any necessary
> modules. However, when I look for "Marc-XML", I don't turn anything up.
> Is there something else I should try?
Try:
ppm install MARC-XML
//Ed