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
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
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.
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
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 $
; } 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
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
"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
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
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
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
11 matches
Mail list logo