[Perl-unix-users] LDAPS

2006-03-13 Thread Makarov, Vladimir/Medical Library
Title: LDAPS Hello members, I wonder if someone can provide me with or point me to an example of working perl script which can authenticate user via LDAPS (search only, no need to update). It needs to find if the user exists and retrieve some info, such as phone, email, etc. I must be miss

RE: [Perl-unix-users] Populating a spreadsheet from files

2006-03-06 Thread Makarov, Vladimir/Medical Library
Hi, Not sure if that is what you want, but I did it once by retrieving information from MySQL database and then writing it to .csv file. When user clicks in .csv file link, it opens in Excel (IE only) Worked for me, Regards, VM -Original Message- From: [EMAIL PROTECTED] o

[Perl-unix-users] Using variables in a library path

2006-02-28 Thread Makarov, Vladimir/Medical Library
Hello, I am trying to trivial things (I think): Instead of using Use lib '\web_test\scripts\common\'; Require 'header.pl'; For portability reason (I have also "web_production"), I tried to assign a scalar varible to the part of the path, such as Our $BASE_PATH = '\web_test\'; Use lib $BASE_P