Skip to content

Instantly share code, notes, and snippets.

@aaronhelton
Created September 22, 2017 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronhelton/a9f20406ea425c77d1bab8f74b8928de to your computer and use it in GitHub Desktop.
Save aaronhelton/a9f20406ea425c77d1bab8f74b8928de to your computer and use it in GitHub Desktop.
use strict;
use warnings;
use feature 'say';
use lib '.\modules';
use MARC;
my $foo = MARC::Set->new;
$foo->import_file ( 'marc21', 'e_escwa_all.exp' );
PS E:\escwa> perl .\list_escwa.pl
what
Can't locate object method "add_record" via package "MARC::Record" at .\modules/MARC/Set.pm line 80, <$fh> chunk 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment