Re: MARC::File::XML => ed Rocks !

2006-01-10 Thread Ed Summers
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

Using PPM to install MARC-XML?

2006-01-10 Thread Sperr, Edwin
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

Re: Using PPM to install MARC-XML?

2006-01-10 Thread Ed Summers
> 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