open bug?

2011-12-08 Thread Tessio Fechine
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

Re: open bug?

2011-12-08 Thread 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 that works on top of search.pl. It > opens search

Re: open bug?

2011-12-08 Thread 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. It opens search.pl with a piped open, and them process the

Re: open bug?

2011-12-08 Thread Tessio Fechine
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

Re: open bug?

2011-12-08 Thread Tessio Fechine
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.