On Mon, Aug 29, 2005 at 05:02:20PM -0500, John D Thiesen ([EMAIL PROTECTED])
wrote:
> What I have appears to be 5.00402, so maybe that's the primary problem. I
That's the problem. 5.004 is very old, and doesn's support the qr//
operator.
> My knowledge of installing Perl modules is basically n
ouldn't have passed its tests.
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
__ NOD32 1.1204 (20050829) Information __
This message was checked by NOD32 antivirus system.
http://www.eset.com
On Mon, Aug 29, 2005 at 04:03:04PM -0500, John D Thiesen ([EMAIL PROTECTED])
wrote:
> Bareword "qr" not allowed while "strict subs" in use at
> C:\progra~1\perl\lib\MARC/Record.pm line 209.
I think you have an older version of Perl that MARC::Record doesn't
support. qr// is part of the language
>When I try to run a program just to read through the file
>and display the 082 field of each successive record, I get this message:
>Bareword "qr" not allowed while "strict subs" in use at
>C:\progra~1\perl\lib\MARC/Record.pm line 209.
I think this is a bug in v. 1.38 of the MARC::Record modul
> Bareword "qr" not allowed while "strict subs" in use at C:\progra~1
\perl\lib\MARC/Record.pm line 20
Please send your MARC::Record version, script, and data file if
possible. You may have uncovered a bug in MARC::Record.
If you like you can send the data file (and anything else) privately.
I'm trying to use the various MARC::Record and related modules to read
through a file of NetLibrary records and tinker with the call numbers in
the 082 field. When I try to run a program just to read through the file
and display the 082 field of each successive record, I get this message:
Bare