Hello,
I have a perl script that uses Net::LDAP to query an directory service. It
is invoked like this:
---
search.pl '(cn=peter*)'
---
Today I started another perl script that works on top of search.pl. It
opens search.pl with a piped open, and them process the results.
But I accidentally found
On Thu, 8 Dec 2011 16:42:45 -0300
Tessio Fechine wrote:
> Hello,
> I have a perl script that uses Net::LDAP to query an directory service. It
> is invoked like this:
>
> ---
> search.pl '(cn=peter*)'
> ---
>
> Today I started another perl script that works on top of search.pl. It
> opens search
Tessio Fechine wrote:
Hello,
Hello,
I have a perl script that uses Net::LDAP to query an directory service. It
is invoked like this:
---
search.pl '(cn=peter*)'
---
Today I started another perl script that works on top of search.pl. It
opens search.pl with a piped open, and them process the
2011/12/8 Shlomi Fish
> On Thu, 8 Dec 2011 16:42:45 -0300
> Tessio Fechine wrote:
>
> > Hello,
> > I have a perl script that uses Net::LDAP to query an directory service.
> It
> > is invoked like this:
> >
> > ---
> > search.pl '(cn=peter*)'
> > ---
> >
> > Today I started another perl script th
2011/12/8 John W. Krahn
> Tessio Fechine wrote:
>
>> Hello,
>>
>
> Hello,
>
> I have a perl script that uses Net::LDAP to query an directory service. It
>> is invoked like this:
>>
>> ---
>> search.pl '(cn=peter*)'
>> ---
>>
>> Today I started another perl script that works on top of search.pl.