[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to do? Possible?
From: |
Linda Walsh |
Subject: |
Re: How to do? Possible? |
Date: |
Mon, 25 Jul 2011 10:38:05 -0700 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.24) Gecko/20100228 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666 |
Steven W. Orr wrote:
> On 7/25/2011 5:20 AM, Linda Walsh wrote:
> I highly recommend reading this, but read it *very carefully*. I have
> adopted this in my production system and it works great. The idea is to
> implement passing variables by reference and to allow the values to be
> either scalars or arrays. It sounds like you would benefit from this.
>
> http://fvue.nl/wiki/Bash:_Passing_variables_by_reference
----
Looks very interesting...will have to peruse it...
I'm starting to use eval more often -- generally haven't because
I thought it to be slow, but realistically, and as the article states,
with hard-timings, it's faster than expression in a sub-process...
That could lead to much more flexibility (besides benefit of speed).
Thanks!
- Re: How to do? Possible?, (continued)
- Re: How to do? Possible?, Dennis Williamson, 2011/07/25
- Re: How to do? Possible?, Bob Proulx, 2011/07/25
- Re: How to do? Possible?, Dennis Williamson, 2011/07/26
- Re: How to do? Possible?, Davide Brini, 2011/07/25
- Re: How to do? Possible?, Pierre Gaston, 2011/07/25
Re: How to do? Possible?, Steven W. Orr, 2011/07/25
- Re: How to do? Possible?,
Linda Walsh <=