Man Page: search::gin::query::attributes
Operating Environment: debian
Section: 3pm
Search::GIN::Query::Attributes(3pm) User Contributed Perl Documentation Search::GIN::Query::Attributes(3pm)NAMESearch::GIN::Query::Attributes - Create attributes-based GIN queriesVERSIONversion 0.08SYNOPSISuse Search::GIN::Query::Attributes; my $query = Search::GIN::Query::Attributes->new( attributes => { name => 'Homer', }, );DESCRIPTIONCreates an attributes-based GIN query that can be used to search records in a storage. This is a ready-to-use query that uses an object's attributes to search through the storage.METHODS/SUBROUTINES new Creates a new query.ATTRIBUTESattributes Attributes of the object you want to find. my $query = Search::GIN::Query::Attributes->new( attributes => { name => 'Homer', city => 'Springfield', }, );AUTHORYuval Kogman <nothingmuch@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2010 by Yuval Kogman, Infinity Interactive. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.10.1 2011-01-31 Search::GIN::Query::Attributes(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Introduction |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |