Could someone please remove [email protected] from the mailing list so I won't get any more of these annoying messages?


-------- Original Message --------
Subject: Re: Re: environment variables in perl
Date: Mon, 18 Jul 2011 09:31:05 -0400
From: RightFax E-mail Gateway<[email protected]>
To: [email protected]

Valid fax destination information could not be found
in your mail message.  The message was discarded.

Examples of properly formatted messages:

  /name=frank/[email protected]
  Frank Smith /name=frank/fax=3217453/ <[email protected]>

The original message information follows:

Received: from mx.npci.net ([10.0.1.60]) by mail.claimspages.com with
Microsoft SMTPSVC(5.0.2195.7381);
         Mon, 18 Jul 2011 09:30:33 -0400
Received: from localhost (unknown [127.0.0.1])
        by mx.npci.net (Postfix) with ESMTP id 1DA252E46D7
        for <[email protected]>; Mon, 18 Jul 2011 13:30:33 +0000 (UTC)
X-Virus-Scanned: amavisd-new at nationwide.net, cpdev20.com, claimspages.com
Received: from mx.npci.net ([127.0.0.1])
        by localhost (del-mx1.nationwide.net [127.0.0.1]) (amavisd-new, port
10024)
        with ESMTP id MI6gJtK7KlS8 for <[email protected]>;
        Mon, 18 Jul 2011 09:30:28 -0400 (EDT)
Received: from x6.develooper.com (x6.develooper.com [207.171.7.86])
        by mx.npci.net (Postfix) with ESMTP id 39AAA2E4605
        for <[email protected]>; Mon, 18 Jul 2011 09:30:28 -0400 (EDT)
Received: from lists-nntp.develooper.com (localhost.localdomain [127.0.0.1])
        by x6.develooper.com (Postfix) with SMTP id 36BB117AFD
        for <[email protected]>; Mon, 18 Jul 2011 06:30:27 -0700 (PDT)
Received: (qmail 9521 invoked by uid 514); 18 Jul 2011 13:29:50 -0000
Mailing-List: contact [email protected]; run by ezmlm
Precedence: bulk
List-Post: <mailto:[email protected]>
List-Help: <mailto:[email protected]>
List-Unsubscribe: <mailto:[email protected]>
List-Subscribe: <mailto:[email protected]>
List-Id: <beginners.perl.org>
Delivered-To: mailing list [email protected]
Received: (qmail 9512 invoked from network); 18 Jul 2011 13:29:50 -0000
Received: from x1.develooper.com (207.171.7.70)
  by x6.develooper.com with SMTP; 18 Jul 2011 13:29:50 -0000
Received: (qmail 26240 invoked by uid 225); 18 Jul 2011 13:29:50 -0000
Delivered-To: [email protected]
Received: (qmail 26236 invoked by alias); 18 Jul 2011 13:29:49 -0000
X-Spam-Check-By: la.mx.develooper.com
Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com)
(209.85.212.41)
    by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Mon, 18 Jul 2011
06:29:44 -0700
Received: by vws4 with SMTP id 4so3098673vws.14
        for <[email protected]>; Mon, 18 Jul 2011 06:29:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;

h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        bh=0oU4EoHhRGGQ+TFWKrCgE8L4pIxsgHBURGWQoZr08zo=;

b=vyA9wm2NsoAHFInyWqaAcgbA/r4ZD0qNVc+GISayCEfhqPXBJp/IYx3tPpPXUlbpzx

yqJvuwmYlTsvW79qzA/sJiX2RPz/hVElxvy8Ne7lxlIre/W3XiTcIrXOgTBpabZtpDlb
         7R+qlmo6qSEIK414Q5LVeoIm4WTVqceWJTxJo=
Received: by 10.52.174.113 with SMTP id br17mr2061178vdc.107.1310995780751;
        Mon, 18 Jul 2011 06:29:40 -0700 (PDT)
Received: from [192.168.2.11] (bas3-ottawa10-1279403673.dsl.bell.ca [76.66.38.1
53])
by mx.google.com with ESMTPS id pm1sm1853114vcb.33.2011.07.18.06.29.39
        (version=SSLv3 cipher=OTHER);
        Mon, 18 Jul 2011 06:29:39 -0700 (PDT)
Message-ID: <[email protected]>
Date: Mon, 18 Jul 2011 09:29:38 -0400
From: Shawn H Corey <[email protected]>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/201106
17 Thunderbird/3.1.11
MIME-Version: 1.0
To: [email protected]
Subject: Re: environment variables in perl
References: <[email protected]>
<[email protected]> <[email protected]>
In-Reply-To: <[email protected]>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Return-Path: [email protected]
X-OriginalArrivalTime: 18 Jul 2011 13:30:33.0204 (UTC) FILETIME=[DEA54340:01CC4
54E]

On 11-07-18 09:24 AM, Christian Walde wrote:
On Mon, 18 Jul 2011 13:44:39 +0200, Shawn H Corey
<[email protected]> 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 each is independent
thereafter.

That is most certainly not the case. On Windows %ENV behaves like it
does on Linux:

https://gist.github.com/899a1385b703bba7f552


OK, that makes things easier.  Use `perldoc perlipc` for both.


--
Just my 0.00000002 million dollars worth,
   Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/




--
Just my 0.00000002 million dollars worth,
  Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to