The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

NexTrieve::Collection - handle a NexTrieve Collection

SYNOPSIS

 use NexTrieve;
 $ntv = NexTrieve->new( | {method => value} );
 $collection = $ntv->Collection( path );

DESCRIPTION

The Collection object of the Perl support for NexTrieve. Do not create directly, but through the Collection method of the NexTrieve object.

OBJECT METHODS

These methods return objects.

Index

 $index = $collection->Index( mnemonic );

OTHER METHODS

These are the other methods.

path

 $path = $collection->path;

AUTHOR

Elizabeth Mattijsen, <liz@dijkmat.nl>.

Please report bugs to <perlbugs@dijkmat.nl>.

COPYRIGHT

Copyright (c) 1995-2002 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

http://www.nextrieve.com, the NexTrieve.pm and the other NexTrieve::xxx modules.