Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Generating complex LDAP queries with Perl

by grinder (Bishop)
on Jul 17, 2009 at 10:46 UTC ( [id://781021]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $now = time;
    my $filter = AND(
    ...
        "(dynDateStart<=$now)",
        "(dynDateEnd>=$now)",
    );
    
  2. or download this
    sub AND {
        return _joiner( '&', @_ );
    ...
    sub IGNORE {
        return;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://781021]
Approved by marto
Front-paged by moritz
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-19 04:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found