RE: Environment variables

2005-02-21 Thread Jason Wozniak
g output: P01 P01 P01 P01 P01 The file /u01/app/oracle/check_list.txt contains several different sids, and if I print $_ it is reading them in. -Original Message- From: Scott Pham [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 4:05 PM To: Jason Wozniak Subject: Re: Environmen

RE: Environment variables

2005-02-21 Thread Graeme St. Clair
; } close MAIL; produces the following output: P01 P01 P01 P01 P01 The file /u01/app/oracle/check_list.txt contains several different sids, and if I print $_ it is reading them in. -Original Message- From: Scott Pham [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 4:05 PM To: J

Re: Environment variables

2005-02-22 Thread Jay
On Mon, 21 Feb 2005 16:14:43 -0500, Jason Wozniak <[EMAIL PROTECTED]> wrote: > That's what I thought, but it doesn't work, which is why I tried system. > > The below code: > > use DBI; > > my $database; > #my $address = "[EMAIL PROTECTED]"; > my $address = "[EMAIL PROTECTED]"; > my %attr; > my $

RE: Environment variables

2005-02-22 Thread Jason Wozniak
Jay [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 10:41 AM To: Jason Wozniak Cc: beginners@perl.org Subject: Re: Environment variables On Mon, 21 Feb 2005 16:14:43 -0500, Jason Wozniak <[EMAIL PROTECTED]> wrote: > That's what I thought, but it doesn't work, which is why

Re: Environment variables

2003-03-21 Thread Todd W
"Ankit Gupta" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I want to print some linux environment variables that have already been set. > Could some one let me know which command I can use to get value of > environment variables. > heres a 1-liner that works: perl -e 'pri

RE: Environment Variables..

2001-12-12 Thread Lorne Easton
As in the attached code: The variables do not "unlink" when the program exits or when I specify to unlink. I.E: If I run this program once, then run it again with incorrect domain specified it gives the same information. Is there any way of gracefully "exiting" and removing all the variables fro

Re: Environment Variables..

2001-12-14 Thread Michael Fowler
On Wed, Dec 12, 2001 at 02:10:37PM +1000, Lorne Easton wrote: > As in the attached code: The variables do not "unlink" when the program > exits or when I specify to unlink. What variables? What do you mean by unlink? Do you mean the variables are removed from memory? Provided you're running th

Re: environment variables in perl

2011-07-18 Thread Shawn H Corey
On 11-07-18 07:29 AM, Irfan Sayed wrote: if i do in perl like this : print "Environment is : $ENV{'build'}\n"; then it does not pint anything can someone please suggest ?? In Windows, there is only one environment. That means if a child process changes it, its parent can access the change.

Re: environment variables in perl

2011-07-18 Thread Christian Walde
On Mon, 18 Jul 2011 13:44:39 +0200, Shawn H Corey wrote: In Windows, there is only one environment. That means if a child process changes it, its parent can access the change. In Linux, each process has its own environment. The child process inherits its parent's at the time of the fork and

Re: environment variables in perl

2011-07-18 Thread Shawn H Corey
On 11-07-18 09:24 AM, Christian Walde wrote: On Mon, 18 Jul 2011 13:44:39 +0200, Shawn H Corey wrote: In Windows, there is only one environment. That means if a child process changes it, its parent can access the change. In Linux, each process has its own environment. The child process inheri

RE: Environment variables and Win32::ODBC

2002-11-07 Thread Daryl J. Hoyt
I think the line is supposed to be: use Win32::ODBC; Thanks, Daryl J. Hoyt Software Engineer Geodesic Systems < http://www.geodesic.com> < mailto:djh@;geodesic.com> -Original Message- From: Angel Iliev Kafazov [mailto:angel.kafazov@;mail.bg] Sent: Thursday, November 07, 2002 12:48 PM