Re: Expanding environment variables

2006-11-05 Thread Sisyphus
- 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

RE: Expanding environment variables

2006-11-04 Thread Wong, Danny H.
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'

RE: Expanding environment variables

2006-11-03 Thread stuart arnold
; 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

Re: Expanding environment variables

2006-11-03 Thread $Bill Luebkert
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

Re: Expanding environment variables

2006-11-03 Thread $Bill Luebkert
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

Expanding environment variables

2006-11-03 Thread Wong, Danny H.
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