RE: Perl / CGI and IIS6
by Brian Raven other posts by this author
Jun 8 2009 7:12AM messages near this date
Re: Perl / CGI and IIS6
|
Questions about Crypt::OpenPGP v1.03 with Perl v5.8.8 Windows XP
Bill Luebkert <> wrote:
> Brian Raven wrote:
> > From: activeperl-bounces@[...].com
> > [mailto:activeperl-bounces@[...].com] On Behalf Of
> > Campbell, Scott
>
> > Sorry to be picky when you are trying to help somebody, but I have a
> > couple of issues with your code.
> >
> >> ******************************************************* =item
> >> B<ldap_authenticate()>
> >>
> >> This method accepts a username, password, and an array of LDAP
> > servers, in that order. It returns a true/false > code, and a
> > message.
> >> IE: ldap_authenticate("USER@mydomain.com","MYPass",@dc_list)
> >
> > That example call doesn't appear to match the parameters in the sub
> > below.
>
> It kinda does if it's a 'method' rather than a plain old sub. Maybe
> better written/documented in that case as:
>
> $obj->ldap_authenticate('USER@mydomain.com', 'MYPass', @dc_list)
>
Yes, good point. Its good to see that you corrected the double quoting
as well, unless, of course, the array @mydomain is supposed to be
interpolated there.
--
Brian Raven
This e-mail may contain confidential and/or privileged information. If you are not the inten
ded recipient or have received this e-mail in error, please advise the sender immediately by
reply e-mail and delete this message and any attachments without retaining a copy.
Any unauthorised copying, disclosure or distribution of the material in this e-mail is stric
tly forbidden.
_______________________________________________
ActivePerl mailing list
ActivePerl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Anthony Okusanya
Scott Campbell
Brian Raven
Scott Campbell
Scott Campbell
Bill Luebkert
Brian Raven
|