Re: Expanding a variable

2002-12-23 Thread Mystik Gotan
nsane Hosts) www.insane-hosts.net MSN: [EMAIL PROTECTED] From: Michael Kelly <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Expanding a variable Date: Sun, 22 Dec 2002 14:55:41 -0800 On Sun, Dec 22, 2002 at 04:33:41PM -0500, Bob H wrote: > I can ac

RE: Expanding a variable

2002-12-22 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Analyst --- WGO'; [EMAIL PROTECTED] Subject: RE: Expanding a variable I can actually do that. : ) What I need to do is take the contents of the $file variable expand it and then run some system() commands using it. The print only shows to console. Can I do anything with that? >

Re: Expanding a variable

2002-12-22 Thread Michael Kelly
On Sun, Dec 22, 2002 at 04:33:41PM -0500, Bob H wrote: > I can actually do that. : ) > > What I need to do is take the contents of the $file variable expand it > and then run some system() commands using it. The print only shows to > console. Can I do anything with that? What do you mean, "expan

Re: Expanding a variable

2002-12-22 Thread Rob Dixon
hows to > console. Can I do anything with that? > > > -Original Message- > > From: Wagner, David --- Senior Programmer Analyst --- WGO > > [mailto:[EMAIL PROTECTED]] > > Sent: Friday, December 20, 2002 8:03 PM > > To: [EMAIL PROTECTED] > > Subject: RE: Expanding

RE: Expanding a variable

2002-12-22 Thread Bob H
-- WGO > [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 20, 2002 8:03 PM > To: [EMAIL PROTECTED] > Subject: RE: Expanding a variable > > > print $file . "\n"; > Puts to STDOUT (Screen) what is in $file. > > Wags ;) > > -Original

RE: Expanding a variable

2002-12-20 Thread Wagner, David --- Senior Programmer Analyst --- WGO
print $file . "\n"; Puts to STDOUT (Screen) what is in $file. Wags ;) -Original Message- From: Bob H [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 16:57 To: [EMAIL PROTECTED] Subject: Expanding a variable If I have a variable that I used to a regex to populate how c