Re: array references

2004-11-03 Thread Eric Lease Morgan
On Nov 1, 2004, at 10:40 PM, Eric Lease Morgan wrote: How do I manipulate array references? In a package I'm writing I initialize an array reference (I think) through DBI like this: $self->{author_ids} = $dbh->selectall_arrayref($query); Thank you for the replies. They were helpful, but as the

perl-based oai repository

2004-11-03 Thread Eric Lease Morgan
Do y'all know of any Perl-based OAI data repository software. I am writing an OO Perl module that is a sort of mini-content management system. I would like OAI harvesters to come get my stuff, and implementing a Perl-based repository may be one way to do that. -- Eric Lease Morgan

RE: perl-based oai repository

2004-11-03 Thread Sweet, Charles E
Eric Lease Morgan wrote: > Do y'all know of any Perl-based OAI data repository software. > > I am writing an OO Perl module that is a sort of mini-content > management system. I would like OAI harvesters to come get my stuff, > and implementing a Perl-based repository ma

Re: perl-based oai repository

2004-11-03 Thread Jose Manuel Barrueco
Hi, GNU Eprints is a repository software wrote in perl: http://www.eprints.org/software.php On Thu, 4 Nov 2004, Eric Lease Morgan wrote: > > Do y'all know of any Perl-based OAI data repository software. > > I am writing an OO Perl module that is a sort of mini-content > mana