[Perl-unix-users] Where is Clayton Donley

2002-03-18 Thread Steve Aaron
Title: Where is Clayton Donley Hi, does anyone know the whereabouts of Clayton Donley who wrote the CPAN NET::LDAPapi module? I have found a couple of build problems on Solaris and want to let Clayton know. Clayton posts his email as [EMAIL PROTECTED] in the README. dfw-smtpin3.email.ver

Re: [Perl-unix-users] Sourcing variable in perl?

2002-03-18 Thread Craig Sharp
Great thanks for your help :-) Craig >>> "Jenda Krynicky" <[EMAIL PROTECTED]> 03/18/02 10:21AM >>> From: "Craig Sharp" <[EMAIL PROTECTED]> > Jenda and Bill, > > Ok, I went out and generated a list of the environment variables and > created a file with the entries as follows (

Re: [Perl-unix-users] Sourcing variable in perl?

2002-03-18 Thread Jenda Krynicky
From: "Craig Sharp" <[EMAIL PROTECTED]> > Jenda and Bill, > > Ok, I went out and generated a list of the environment variables and > created a file with the entries as follows (just a few lines): > > $ENV{'PS_HOME'}='/psoft/ps8prd' unless (defined $ENV{'PS_HOME'}); > $ENV{'PS_

Re: [Perl-unix-users] Sourcing variable in perl?

2002-03-18 Thread Craig Sharp
Jenda and Bill, Ok, I went out and generated a list of the environment variables and created a file with the entries as follows (just a few lines): $ENV{'PS_HOME'}='/psoft/ps8prd' unless (defined $ENV{'PS_HOME'}); $ENV{'PS_JRE'}='/psoft/ps8prd/jre' unless (defined $ENV{'PS_JRE'}); $ENV{'PS_PLT'