- Original Message -
From: "Wong, Danny H." <[EMAIL PROTECTED]>
To: "stuart arnold" <[EMAIL PROTECTED]>; "Sisyphus"
<[EMAIL PROTECTED]>; "khozaima shakir"
<[EMAIL PROTECTED]>;
Sent: Sunday, November 05, 2006 5:54 PM
Sub
27;} ) environment
variable?
So my end result will be: "created_in=tst" and not
"created_in=$ENV{'LOCAL_DB_ID'}"
-Original Message-
From: stuart arnold [mailto:[EMAIL PROTECTED]
Sent: Friday, November 03, 2006 11:20 PM
To: Wong, Danny H.; 'Sisyphus'
; khozaima shakir; perl-win32-users@listserv.ActiveState.com
Subject: Expanding environment variables
Hi Perl GURU's,
In my Perl script, I read a text file and parse each line
delimited by the first "=" character and create environment variables
for each line of data. My question
Wong, Danny H. wrote:
> Hi Perl GURU's,
> In my Perl script, I read a text file and parse each line
> delimited by the first "=" character and create environment variables
> for each line of data. My question is: is there a way to expand the
> environment variable when trying to assign an en
Wong, Danny H. wrote:
> Hi Perl GURU's,
> In my Perl script, I read a text file and parse each line
> delimited by the first "=" character and create environment variables
> for each line of data. My question is: is there a way to expand the
> environment variable when trying to assign an en
Hi Perl GURU's,
In my Perl script, I read a text file and parse each line
delimited by the first "=" character and create environment variables
for each line of data. My question is: is there a way to expand the
environment variable when trying to assign an environment variable value
as par