Problem to access some subfield with MARC::Record

2007-06-20 Thread Emmanuel Di Pretoro
Hello, I've created two little scripts to convert from BibTeX to MARC and vice versa. I've attached these scripts with a little BibTeX file. So, I convert a little bibliography from BibTeX to MARC without any problem. Unfortunately, when I try to convert my new MARC file to BibTeX, the 'year'

Re: Splitting a large file of MARC records into smaller files

2010-01-25 Thread Emmanuel Di Pretoro
++); while (-e $filename) { $filename = sprintf('%s.%03d', $output, $cpt++); } open my $fh, '', $filename; return $fh; } --- snippet --- Hope this help Emmanuel Di Pretoro 2010/1/25 Nolte, Jennifer jennifer.no...@yale.edu Hello- I am working with files of MARC records

Re: Moose based Perl library for MARC records

2010-11-09 Thread Emmanuel Di Pretoro
Hi, Great, I'll check this module soon. Is there a public repository (GitHub, Google Code, etc) of this code? Concerning the name of the module, Marc is probably not the best choice. Maybe MARC::OO, MARC::Object, MARC::Tools, ... Have a nice day! Emmanuel Di Pretoro Le 10 novembre 2010 07:03