NAME

Net::LDAP::Filter -- representation of LDAP filters

SYNOPSIS

use Net::LDAP::Filter;

$filter = Net::LDAP::Filter->new( $filter_str );

$new_filter = $filter->not;

DESCRIPTION

CONSTRUCTOR

new
and
or
not
more ....

METHODS

parse
infix_parse
ber
as_string

Not implemented.

SEE ALSO

Net::LDAP

ACKNOWEDGEMENTS

This document is based on a document originally written by Russell Fulton <r.fulton@auckland.ac.nz>

AUTHOR

Graham Barr <gbarr@pobox.com>

COPYRIGHT

Copyright (c) 1997-8 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.