The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Be::Query - do a Query for a given filesystem.

SYNOPSIS

  use Be::Query;
  @files = Be::Query::Query($filesystem, $query);

DESCRIPTION

do a Query for a given filesystem

USAGE

  @files = Be::Query::Query("/boot", "name=lib*.so");

$filesystem is a path anywhere in the target filesystem; $query is a query construction, of the form attribute op value [connector attribute op value]

Such as (name = fido) || (size >= 500)

See the below URLs for more information on constructing queries.

AUTHOR

Tom Spindler, dogcow@globalcenter.net

SEE ALSO

http://www.be.com/documentation/be_book/The%20Storage%20Kit/Query.html#14835:Zhead2:ZTheZPredicate,ZAttributes,ZandZIndices and http://www.be.com/documentation/be_book/The%20Storage%20Kit/Query.html29556:Zhead3:ZConstructingZaZPredicate give help on how to construct queries. (Sorry for the annoying URLs.)