Re: [CODE4LIB] Question about OAI Harvesting via Perl

2014-01-15 Thread Eka Grguric
I should have included this in my previous message but here is the code I'm using: https://gist.github.com/egrguric/8447275 !

Re: [CODE4LIB] Question about OAI Harvesting via Perl

2014-01-15 Thread Eka Grguric
I got it working by reordering my code and initializing properly (and by digging through a Perl textbook...). Thank you all for your advice! Now I have a Net::OAI::Harvester specific question - so far I've been able to retrieve titles and identifiers for all records but is there a way to default

Re: [CODE4LIB] Question about OAI Harvesting via Perl

2014-01-14 Thread Eka Grguric
Thanks for responding! I initialized it as follows (following the code from the synopsis on the site). my $harvester = Net::OAI::Harvester->new( baseURL => 'http://contentpro.lib.bcit.ca/iii/oairep/OAIRepository' );

[CODE4LIB] Question about OAI Harvesting via Perl

2014-01-14 Thread Eka Grguric
Hi, I am a complete newbie to Perl (and to Code4Lib) and am trying to set up a harvester to get complete metadata records from oai-pmh repositories. My current approach is to use things already built as much as possible - specifically the Net::Oai::Harvester (http://search.cpan.org/~esummers/O